Html Css Color HEX #DA2837 Alizarin

📋 copy color: '#DA2837'

red 218 ◦ green 40 ◦ blue 55

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

Shades of Alizarin #DA2837

Tints of Alizarin #DA2837

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.78%

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

R = 69.65%
G = 12.78%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA2837 (or 0xDA2837) is known color: Alizarin. HEX triplet: DA, 28 and 37. RGB value is (218,40,55). Sum of RGB (Red+Green+Blue) = 218+40+55=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2837 is #25D7C8. Grayscale: #5F5F5F. Windows color (decimal): -2480073 or 3614938. OLE color: 3614938.

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

Color convert

RGB 218 40 55 -
CMYK 0 0.82 0.75 0.15
HSL 354.94º 0.71% 0.51% -
HSV(B) 354.94º 0.82% 0.85% -
XYZ 30.36 16.7 5.24 -
YUV 94.93 105.47 215.78 -
System Red Green Blue C M Y K H S L
Decimal 218 40 55 0 0.82 0.75 0.15 354.94 0.71 0.51
Hex DA 28 37 0 52 4B F 163 47 33
Octal 332 50 67 0 122 113 17 543 107 63
Binary 11011010 101000 110111 0 1010010 1001011 1111 101100011 1000111 110011

Color Harmonies of #DA2837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2837

Black with #DA2837

Text Example


Text Example

White with #DA2837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2837; }

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

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

background-color css

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

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

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

border-color css

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

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

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