Html Css Color HEX #DA2937 Alizarin

📋 copy color: '#DA2937'

red 218 ◦ green 41 ◦ blue 55

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

Shades of Alizarin #DA2937

Tints of Alizarin #DA2937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

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

R = 69.43%
G = 13.06%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA2937 (or 0xDA2937) is known color: Alizarin. HEX triplet: DA, 29 and 37. RGB value is (218,41,55). Sum of RGB (Red+Green+Blue) = 218+41+55=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2937 is #25D6C8. Grayscale: #5F5F5F. Windows color (decimal): -2479817 or 3615194. OLE color: 3615194.

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

Color convert

RGB 218 41 55 -
CMYK 0 0.81 0.75 0.15
HSL 355.25º 0.71% 0.51% -
HSV(B) 355.25º 0.81% 0.85% -
XYZ 30.4 16.77 5.25 -
YUV 95.52 105.14 215.36 -
System Red Green Blue C M Y K H S L
Decimal 218 41 55 0 0.81 0.75 0.15 355.25 0.71 0.51
Hex DA 29 37 0 51 4B F 163 47 33
Octal 332 51 67 0 121 113 17 543 107 63
Binary 11011010 101001 110111 0 1010001 1001011 1111 101100011 1000111 110011

Color Harmonies of #DA2937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2937

Black with #DA2937

Text Example


Text Example

White with #DA2937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2937; }

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

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

background-color css

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

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

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

border-color css

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

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

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