Html Css Color HEX #DA2939 Alizarin

📋 copy color: '#DA2939'

red 218 ◦ green 41 ◦ blue 57

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

Shades of Alizarin #DA2939

Tints of Alizarin #DA2939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.04%

R = 68.99%
G = 12.97%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA2939 (or 0xDA2939) is known color: Alizarin. HEX triplet: DA, 29 and 39. RGB value is (218,41,57). Sum of RGB (Red+Green+Blue) = 218+41+57=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2939 is #25D6C6. Grayscale: #5F5F5F. Windows color (decimal): -2479815 or 3746266. OLE color: 3746266.

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

Color convert

RGB 218 41 57 -
CMYK 0 0.81 0.74 0.15
HSL 354.58º 0.71% 0.51% -
HSV(B) 354.58º 0.81% 0.85% -
XYZ 30.44 16.79 5.51 -
YUV 95.75 106.14 215.2 -
System Red Green Blue C M Y K H S L
Decimal 218 41 57 0 0.81 0.74 0.15 354.58 0.71 0.51
Hex DA 29 39 0 51 4A F 163 47 33
Octal 332 51 71 0 121 112 17 543 107 63
Binary 11011010 101001 111001 0 1010001 1001010 1111 101100011 1000111 110011

Color Harmonies of #DA2939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2939

Black with #DA2939

Text Example


Text Example

White with #DA2939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2939; }

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

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

background-color css

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

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

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

border-color css

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

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

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