Shades of Alizarin #DC222D
Tints of Alizarin #DC222D
RGB
CMYK
RGB Variations
Color information
#DC222D (or 0xDC222D) is known color: Alizarin. HEX triplet: DC, 22 and 2D. RGB value is (220,34,45). Sum of RGB (Red+Green+Blue) = 220+34+45=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC222D is #23DDD2. Grayscale: #5B5B5B. Windows color (decimal): -2350547 or 2958044. OLE color: 2958044.
HSL color Cylindrical-coordinate representation of color #DC222D: hue angle of 356.45º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC222D is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 45 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.14 |
| HSL | 356.45º | 0.73% | 0.5% | - |
| HSV(B) | 356.45º | 0.85% | 0.86% | - |
| XYZ | 30.56 | 16.55 | 4.07 | - |
| YUV | 90.87 | 102.12 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 45 | 0 | 0.85 | 0.80 | 0.14 | 356.45 | 0.73 | 0.5 |
| Hex | DC | 22 | 2D | 0 | 55 | 50 | E | 164 | 49 | 32 |
| Octal | 334 | 42 | 55 | 0 | 125 | 120 | 16 | 544 | 111 | 62 |
| Binary | 11011100 | 100010 | 101101 | 0 | 1010101 | 1010000 | 1110 | 101100100 | 1001001 | 110010 |
Color Harmonies of #DC222D
Complementary color
Monochromatic Colors of #DC222D
Black with #DC222D
Text Example
Text Example
White with #DC222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC222D; }
p { color: rgb(220,34,45); }
H1.HeaderClassName
{
color: #DC222D;
}
.AnyTagClassName
{
color: #DC222D;
}
</style>
background-color css
<style>
a { background-color: #DC222D; }
a { background-color: rgb(220,34,45); }
div.DivClassName
{
background-color: #DC222D;
}
.BgClassName
{
background-color: #DC222D;
}
</style>
border-color css
<style>
span { border-color: #DC222D; }
span { border-color: rgb(220,34,45); }
td.TdClassName
{
border-color: #DC222D;
}
.TagClassName
{
border-color: #DC222D;
}
</style>