Shades of Alizarin #DC1F2D
Tints of Alizarin #DC1F2D
RGB
CMYK
RGB Variations
Color information
#DC1F2D (or 0xDC1F2D) is known color: Alizarin. HEX triplet: DC, 1F and 2D. RGB value is (220,31,45). Sum of RGB (Red+Green+Blue) = 220+31+45=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1F2D is #23E0D2. Grayscale: #595959. Windows color (decimal): -2351315 or 2957276. OLE color: 2957276.
HSL color Cylindrical-coordinate representation of color #DC1F2D: hue angle of 355.56º 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 #DC1F2D is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 31 | 45 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.14 |
| HSL | 355.56º | 0.75% | 0.49% | - |
| HSV(B) | 355.56º | 0.86% | 0.86% | - |
| XYZ | 30.48 | 16.39 | 4.04 | - |
| YUV | 89.11 | 103.12 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 45 | 0 | 0.86 | 0.80 | 0.14 | 355.56 | 0.75 | 0.49 |
| Hex | DC | 1F | 2D | 0 | 56 | 50 | E | 164 | 4B | 31 |
| Octal | 334 | 37 | 55 | 0 | 126 | 120 | 16 | 544 | 113 | 61 |
| Binary | 11011100 | 11111 | 101101 | 0 | 1010110 | 1010000 | 1110 | 101100100 | 1001011 | 110001 |
Color Harmonies of #DC1F2D
Complementary color
Monochromatic Colors of #DC1F2D
Black with #DC1F2D
Text Example
Text Example
White with #DC1F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1F2D; }
p { color: rgb(220,31,45); }
H1.HeaderClassName
{
color: #DC1F2D;
}
.AnyTagClassName
{
color: #DC1F2D;
}
</style>
background-color css
<style>
a { background-color: #DC1F2D; }
a { background-color: rgb(220,31,45); }
div.DivClassName
{
background-color: #DC1F2D;
}
.BgClassName
{
background-color: #DC1F2D;
}
</style>
border-color css
<style>
span { border-color: #DC1F2D; }
span { border-color: rgb(220,31,45); }
td.TdClassName
{
border-color: #DC1F2D;
}
.TagClassName
{
border-color: #DC1F2D;
}
</style>