Shades of Alizarin #DC223F
Tints of Alizarin #DC223F
RGB
CMYK
RGB Variations
Color information
#DC223F (or 0xDC223F) is known color: Alizarin. HEX triplet: DC, 22 and 3F. RGB value is (220,34,63). Sum of RGB (Red+Green+Blue) = 220+34+63=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC223F is #23DDC0. Grayscale: #5C5C5C. Windows color (decimal): -2350529 or 4137692. OLE color: 4137692.
HSL color Cylindrical-coordinate representation of color #DC223F: hue angle of 350.65º 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 #DC223F is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 63 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.14 |
| HSL | 350.65º | 0.73% | 0.5% | - |
| HSV(B) | 350.65º | 0.85% | 0.86% | - |
| XYZ | 30.98 | 16.72 | 6.3 | - |
| YUV | 92.92 | 111.12 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 63 | 0 | 0.85 | 0.71 | 0.14 | 350.65 | 0.73 | 0.5 |
| Hex | DC | 22 | 3F | 0 | 55 | 47 | E | 15F | 49 | 32 |
| Octal | 334 | 42 | 77 | 0 | 125 | 107 | 16 | 537 | 111 | 62 |
| Binary | 11011100 | 100010 | 111111 | 0 | 1010101 | 1000111 | 1110 | 101011111 | 1001001 | 110010 |
Color Harmonies of #DC223F
Complementary color
Monochromatic Colors of #DC223F
Black with #DC223F
Text Example
Text Example
White with #DC223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC223F; }
p { color: rgb(220,34,63); }
H1.HeaderClassName
{
color: #DC223F;
}
.AnyTagClassName
{
color: #DC223F;
}
</style>
background-color css
<style>
a { background-color: #DC223F; }
a { background-color: rgb(220,34,63); }
div.DivClassName
{
background-color: #DC223F;
}
.BgClassName
{
background-color: #DC223F;
}
</style>
border-color css
<style>
span { border-color: #DC223F; }
span { border-color: rgb(220,34,63); }
td.TdClassName
{
border-color: #DC223F;
}
.TagClassName
{
border-color: #DC223F;
}
</style>