Html Css Color HEX #DC2831 Alizarin

📋 copy color: '#DC2831'

red 220 ◦ green 40 ◦ blue 49

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

Shades of Alizarin #DC2831

Tints of Alizarin #DC2831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.86%

R = 71.2%
G = 12.94%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC2831 (or 0xDC2831) is known color: Alizarin. HEX triplet: DC, 28 and 31. RGB value is (220,40,49). Sum of RGB (Red+Green+Blue) = 220+40+49=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2831 is #23D7CE. Grayscale: #5E5E5E. Windows color (decimal): -2349007 or 3221724. OLE color: 3221724.

HSL color Cylindrical-coordinate representation of color #DC2831: hue angle of 357º 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 #DC2831 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 40 49 -
CMYK 0 0.82 0.78 0.14
HSL 357º 0.72% 0.51% -
HSV(B) 357º 0.82% 0.86% -
XYZ 30.83 16.95 4.55 -
YUV 94.85 102.13 217.27 -
System Red Green Blue C M Y K H S L
Decimal 220 40 49 0 0.82 0.78 0.14 357 0.72 0.51
Hex DC 28 31 0 52 4E E 165 48 33
Octal 334 50 61 0 122 116 16 545 110 63
Binary 11011100 101000 110001 0 1010010 1001110 1110 101100101 1001000 110011

Color Harmonies of #DC2831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2831

Black with #DC2831

Text Example


Text Example

White with #DC2831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2831; }

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

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

background-color css

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

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

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

border-color css

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

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

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