Html Css Color HEX #DC2829 Alizarin

📋 copy color: '#DC2829'

red 220 ◦ green 40 ◦ blue 41

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

Shades of Alizarin #DC2829

Tints of Alizarin #DC2829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

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

R = 73.09%
G = 13.29%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC2829 (or 0xDC2829) is known color: Alizarin. HEX triplet: DC, 28 and 29. RGB value is (220,40,41). Sum of RGB (Red+Green+Blue) = 220+40+41=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2829 is #23D7D6. Grayscale: #5E5E5E. Windows color (decimal): -2349015 or 2697436. OLE color: 2697436.

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

Color convert

RGB 220 40 41 -
CMYK 0 0.82 0.81 0.14
HSL 359.67º 0.72% 0.51% -
HSV(B) 359.67º 0.82% 0.86% -
XYZ 30.67 16.89 3.74 -
YUV 93.93 98.13 217.92 -
System Red Green Blue C M Y K H S L
Decimal 220 40 41 0 0.82 0.81 0.14 359.67 0.72 0.51
Hex DC 28 29 0 52 51 E 168 48 33
Octal 334 50 51 0 122 121 16 550 110 63
Binary 11011100 101000 101001 0 1010010 1010001 1110 101101000 1001000 110011

Color Harmonies of #DC2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2829

Black with #DC2829

Text Example


Text Example

White with #DC2829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2829; }

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

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

background-color css

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

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

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

border-color css

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

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

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