Shades of Alizarin #DC1F28
Tints of Alizarin #DC1F28
RGB
CMYK
RGB Variations
Color information
#DC1F28 (or 0xDC1F28) is known color: Alizarin. HEX triplet: DC, 1F and 28. RGB value is (220,31,40). Sum of RGB (Red+Green+Blue) = 220+31+40=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1F28 is #23E0D7. Grayscale: #585858. Windows color (decimal): -2351320 or 2629596. OLE color: 2629596.
HSL color Cylindrical-coordinate representation of color #DC1F28: hue angle of 357.14º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1F28 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 31 | 40 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.14 |
| HSL | 357.14º | 0.75% | 0.49% | - |
| HSV(B) | 357.14º | 0.86% | 0.86% | - |
| XYZ | 30.39 | 16.35 | 3.56 | - |
| YUV | 88.54 | 100.62 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 40 | 0 | 0.86 | 0.82 | 0.14 | 357.14 | 0.75 | 0.49 |
| Hex | DC | 1F | 28 | 0 | 56 | 52 | E | 165 | 4B | 31 |
| Octal | 334 | 37 | 50 | 0 | 126 | 122 | 16 | 545 | 113 | 61 |
| Binary | 11011100 | 11111 | 101000 | 0 | 1010110 | 1010010 | 1110 | 101100101 | 1001011 | 110001 |
Color Harmonies of #DC1F28
Complementary color
Monochromatic Colors of #DC1F28
Black with #DC1F28
Text Example
Text Example
White with #DC1F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1F28; }
p { color: rgb(220,31,40); }
H1.HeaderClassName
{
color: #DC1F28;
}
.AnyTagClassName
{
color: #DC1F28;
}
</style>
background-color css
<style>
a { background-color: #DC1F28; }
a { background-color: rgb(220,31,40); }
div.DivClassName
{
background-color: #DC1F28;
}
.BgClassName
{
background-color: #DC1F28;
}
</style>
border-color css
<style>
span { border-color: #DC1F28; }
span { border-color: rgb(220,31,40); }
td.TdClassName
{
border-color: #DC1F28;
}
.TagClassName
{
border-color: #DC1F28;
}
</style>