Html Css Color HEX #DA2942 Alizarin

📋 copy color: '#DA2942'

red 218 ◦ green 41 ◦ blue 66

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

Shades of Alizarin #DA2942

Tints of Alizarin #DA2942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 67.08%
G = 12.62%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA2942 (or 0xDA2942) is known color: Alizarin. HEX triplet: DA, 29 and 42. RGB value is (218,41,66). Sum of RGB (Red+Green+Blue) = 218+41+66=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2942 is #25D6BD. Grayscale: #606060. Windows color (decimal): -2479806 or 4336090. OLE color: 4336090.

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

Color convert

RGB 218 41 66 -
CMYK 0 0.81 0.70 0.15
HSL 351.53º 0.71% 0.51% -
HSV(B) 351.53º 0.81% 0.85% -
XYZ 30.69 16.88 6.8 -
YUV 96.77 110.64 214.47 -
System Red Green Blue C M Y K H S L
Decimal 218 41 66 0 0.81 0.70 0.15 351.53 0.71 0.51
Hex DA 29 42 0 51 46 F 160 47 33
Octal 332 51 102 0 121 106 17 540 107 63
Binary 11011010 101001 1000010 0 1010001 1000110 1111 101100000 1000111 110011

Color Harmonies of #DA2942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2942

Black with #DA2942

Text Example


Text Example

White with #DA2942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2942; }

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

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

background-color css

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

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

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

border-color css

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

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

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