Html Css Color HEX #DA2932 Alizarin

📋 copy color: '#DA2932'

red 218 ◦ green 41 ◦ blue 50

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

Shades of Alizarin #DA2932

Tints of Alizarin #DA2932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.18%

R = 70.55%
G = 13.27%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA2932 (or 0xDA2932) is known color: Alizarin. HEX triplet: DA, 29 and 32. RGB value is (218,41,50). Sum of RGB (Red+Green+Blue) = 218+41+50=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2932 is #25D6CD. Grayscale: #5F5F5F. Windows color (decimal): -2479822 or 3287514. OLE color: 3287514.

HSL color Cylindrical-coordinate representation of color #DA2932: hue angle of 356.95º 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 #DA2932 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 41 50 -
CMYK 0 0.81 0.77 0.15
HSL 356.95º 0.71% 0.51% -
HSV(B) 356.95º 0.81% 0.85% -
XYZ 30.28 16.72 4.65 -
YUV 94.95 102.64 215.77 -
System Red Green Blue C M Y K H S L
Decimal 218 41 50 0 0.81 0.77 0.15 356.95 0.71 0.51
Hex DA 29 32 0 51 4D F 165 47 33
Octal 332 51 62 0 121 115 17 545 107 63
Binary 11011010 101001 110010 0 1010001 1001101 1111 101100101 1000111 110011

Color Harmonies of #DA2932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2932

Black with #DA2932

Text Example


Text Example

White with #DA2932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2932; }

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

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

background-color css

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

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

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

border-color css

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

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

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