Html Css Color HEX #DA2037 Alizarin

📋 copy color: '#DA2037'

red 218 ◦ green 32 ◦ blue 55

#DA2037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #DA2037

Tints of Alizarin #DA2037

RGB

 RED value IS 218 (85.55% from 255) = 71.48%

 GREEN value IS 32 (12.89% from 255) = 10.49%

 BLUE value IS 55 (21.88% from 255) = 18.03%

R = 71.48%
G = 10.49%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA2037 (or 0xDA2037) is known color: Alizarin. HEX triplet: DA, 20 and 37. RGB value is (218,32,55). Sum of RGB (Red+Green+Blue) = 218+32+55=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2037 is #25DFC8. Grayscale: #5A5A5A. Windows color (decimal): -2482121 or 3612890. OLE color: 3612890.

HSL color Cylindrical-coordinate representation of color #DA2037: hue angle of 352.58º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2037 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 32 55 -
CMYK 0 0.85 0.75 0.15
HSL 352.58º 0.74% 0.49% -
HSV(B) 352.58º 0.85% 0.85% -
XYZ 30.12 16.21 5.16 -
YUV 90.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 218 32 55 0 0.85 0.75 0.15 352.58 0.74 0.49
Hex DA 20 37 0 55 4B F 161 4A 31
Octal 332 40 67 0 125 113 17 541 112 61
Binary 11011010 100000 110111 0 1010101 1001011 1111 101100001 1001010 110001

Color Harmonies of #DA2037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2037

Black with #DA2037

Text Example


Text Example

White with #DA2037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2037; }

 p { color: rgb(218,32,55); }

 H1.HeaderClassName
 {
   color: #DA2037;
 }
 .AnyTagClassName
 {
   color: #DA2037;
 }
</style>

background-color css

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

 a { background-color: rgb(218,32,55); }

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

border-color css

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

 span { border-color: rgb(218,32,55); }

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