Shades of Crimson #DC1935
Tints of Crimson #DC1935
RGB
CMYK
RGB Variations
Color information
#DC1935 (or 0xDC1935) is known color: Crimson. HEX triplet: DC, 19 and 35. RGB value is (220,25,53). Sum of RGB (Red+Green+Blue) = 220+25+53=298 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.83% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1935 is #23E6CA. Grayscale: #565656. Windows color (decimal): -2352843 or 3480028. OLE color: 3480028.
HSL color Cylindrical-coordinate representation of color #DC1935: hue angle of 351.38º 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 #DC1935 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 53 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.14 |
| HSL | 351.38º | 0.8% | 0.48% | - |
| HSV(B) | 351.38º | 0.89% | 0.86% | - |
| XYZ | 30.51 | 16.17 | 4.88 | - |
| YUV | 86.5 | 109.1 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 53 | 0 | 0.89 | 0.76 | 0.14 | 351.38 | 0.8 | 0.48 |
| Hex | DC | 19 | 35 | 0 | 59 | 4C | E | 15F | 50 | 30 |
| Octal | 334 | 31 | 65 | 0 | 131 | 114 | 16 | 537 | 120 | 60 |
| Binary | 11011100 | 11001 | 110101 | 0 | 1011001 | 1001100 | 1110 | 101011111 | 1010000 | 110000 |
Color Harmonies of #DC1935
Complementary color
Monochromatic Colors of #DC1935
Black with #DC1935
Text Example
Text Example
White with #DC1935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1935; }
p { color: rgb(220,25,53); }
H1.HeaderClassName
{
color: #DC1935;
}
.AnyTagClassName
{
color: #DC1935;
}
</style>
background-color css
<style>
a { background-color: #DC1935; }
a { background-color: rgb(220,25,53); }
div.DivClassName
{
background-color: #DC1935;
}
.BgClassName
{
background-color: #DC1935;
}
</style>
border-color css
<style>
span { border-color: #DC1935; }
span { border-color: rgb(220,25,53); }
td.TdClassName
{
border-color: #DC1935;
}
.TagClassName
{
border-color: #DC1935;
}
</style>