#da2e35

Color #DA2E35 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #DA2E35

Tints of Alizarin #DA2E35

Color information

#DA2E35 (or 0xDA2E35) is unknown color: approx Alizarin. HEX triplet: DA, 2E and 35. RGB value is (218,46,53). Sum of RGB (Red+Green+Blue) = 218+46+53=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2E35 is #25D1CA. Grayscale: #626262. Windows color (decimal): -2478539 or 3485402. OLE color: 3485402.

HSL color Cylindrical-coordinate representation of color #DA2E35: hue angle of 357.56º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2E35 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB2184653-
CMYK00.790.760.15
HSL357.56º69.92%51.76%-
HSV(B)357.56º78.9%85.49%-
XYZ30.5317.125.06-
YUV98.23102.48213.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 68.77%
GREEN value IS 46 (18.36% from 255) = 14.51%
BLUE value IS 53 (21.09% from 255) = 16.72%
R=68.77%
G=14.51%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218465300.790.760.15357.5669.9251.76
HexDA2E3504F4CF1664634
Octal332566501171141754610664
Binary1101101010111011010101001111100110011111011001101000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da2e35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da2e35; }

 p { color: rgb(218,46,53); }

 H1.HeaderClassName
 {
   color: #da2e35;
 }
 .AnyTagClassName
 {
   color: #da2e35;
 }
</style>
background-color css

<style>
 a { background-color: #da2e35; }

 a { background-color: rgb(218,46,53); }

 div.DivClassName
 {
   background-color: #da2e35;
 }
 .BgClassName
 {
   background-color: #da2e35;
 }
</style>
border-color css

<style>
 span { border-color: #da2e35; }

 span { border-color: rgb(218,46,53); }

 td.TdClassName
 {
   border-color: #da2e35;
 }
 .TagClassName
 {
   border-color: #da2e35;
 }
</style>