Html Css Color HEX #DA2029 Alizarin

📋 copy color: '#DA2029'

red 218 ◦ green 32 ◦ blue 41

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

Shades of Alizarin #DA2029

Tints of Alizarin #DA2029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

 BLUE value IS 41 (16.41% from 255) = 14.09%

R = 74.91%
G = 11%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA2029 (or 0xDA2029) is known color: Alizarin. HEX triplet: DA, 20 and 29. RGB value is (218,32,41). Sum of RGB (Red+Green+Blue) = 218+32+41=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2029 is #25DFD6. Grayscale: #585858. Windows color (decimal): -2482135 or 2695386. OLE color: 2695386.

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

Color convert

RGB 218 32 41 -
CMYK 0 0.85 0.81 0.15
HSL 357.1º 0.74% 0.49% -
HSV(B) 357.1º 0.85% 0.85% -
XYZ 29.83 16.1 3.63 -
YUV 88.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 218 32 41 0 0.85 0.81 0.15 357.1 0.74 0.49
Hex DA 20 29 0 55 51 F 165 4A 31
Octal 332 40 51 0 125 121 17 545 112 61
Binary 11011010 100000 101001 0 1010101 1010001 1111 101100101 1001010 110001

Color Harmonies of #DA2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2029

Black with #DA2029

Text Example


Text Example

White with #DA2029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2029; }

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

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

background-color css

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

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

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

border-color css

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

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

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