Shades of Crimson #DC1936
Tints of Crimson #DC1936
RGB
CMYK
RGB Variations
Color information
#DC1936 (or 0xDC1936) is known color: Crimson. HEX triplet: DC, 19 and 36. RGB value is (220,25,54). Sum of RGB (Red+Green+Blue) = 220+25+54=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1936 is #23E6C9. Grayscale: #565656. Windows color (decimal): -2352842 or 3545564. OLE color: 3545564.
HSL color Cylindrical-coordinate representation of color #DC1936: hue angle of 351.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1936 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 54 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.14 |
| HSL | 351.08º | 0.8% | 0.48% | - |
| HSV(B) | 351.08º | 0.89% | 0.86% | - |
| XYZ | 30.53 | 16.18 | 5 | - |
| YUV | 86.61 | 109.6 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 54 | 0 | 0.89 | 0.75 | 0.14 | 351.08 | 0.8 | 0.48 |
| Hex | DC | 19 | 36 | 0 | 59 | 4B | E | 15F | 50 | 30 |
| Octal | 334 | 31 | 66 | 0 | 131 | 113 | 16 | 537 | 120 | 60 |
| Binary | 11011100 | 11001 | 110110 | 0 | 1011001 | 1001011 | 1110 | 101011111 | 1010000 | 110000 |
Color Harmonies of #DC1936
Complementary color
Monochromatic Colors of #DC1936
Black with #DC1936
Text Example
Text Example
White with #DC1936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1936; }
p { color: rgb(220,25,54); }
H1.HeaderClassName
{
color: #DC1936;
}
.AnyTagClassName
{
color: #DC1936;
}
</style>
background-color css
<style>
a { background-color: #DC1936; }
a { background-color: rgb(220,25,54); }
div.DivClassName
{
background-color: #DC1936;
}
.BgClassName
{
background-color: #DC1936;
}
</style>
border-color css
<style>
span { border-color: #DC1936; }
span { border-color: rgb(220,25,54); }
td.TdClassName
{
border-color: #DC1936;
}
.TagClassName
{
border-color: #DC1936;
}
</style>