Html Css Color HEX #DC2029 Alizarin

📋 copy color: '#DC2029'

red 220 ◦ green 32 ◦ blue 41

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

Shades of Alizarin #DC2029

Tints of Alizarin #DC2029

RGB

 RED value IS 220 (86.33% from 255) = 75.09%

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

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

R = 75.09%
G = 10.92%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC2029 (or 0xDC2029) is known color: Alizarin. HEX triplet: DC, 20 and 29. RGB value is (220,32,41). Sum of RGB (Red+Green+Blue) = 220+32+41=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2029 is #23DFD6. Grayscale: #595959. Windows color (decimal): -2351063 or 2695388. OLE color: 2695388.

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

Color convert

RGB 220 32 41 -
CMYK 0 0.85 0.81 0.14
HSL 357.13º 0.75% 0.49% -
HSV(B) 357.13º 0.85% 0.86% -
XYZ 30.43 16.41 3.66 -
YUV 89.24 100.78 221.27 -
System Red Green Blue C M Y K H S L
Decimal 220 32 41 0 0.85 0.81 0.14 357.13 0.75 0.49
Hex DC 20 29 0 55 51 E 165 4B 31
Octal 334 40 51 0 125 121 16 545 113 61
Binary 11011100 100000 101001 0 1010101 1010001 1110 101100101 1001011 110001

Color Harmonies of #DC2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2029

Black with #DC2029

Text Example


Text Example

White with #DC2029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2029; }

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

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

background-color css

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

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

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

border-color css

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

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

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