Shades of Crimson #DC0035
Tints of Crimson #DC0035
RGB
CMYK
RGB Variations
Color information
#DC0035 (or 0xDC0035) is known color: Crimson. HEX triplet: DC, 00 and 35. RGB value is (220,0,53). Sum of RGB (Red+Green+Blue) = 220+0+53=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0035 is #23FFCA. Grayscale: #474747. Windows color (decimal): -2359243 or 3473628. OLE color: 3473628.
HSL color Cylindrical-coordinate representation of color #DC0035: hue angle of 345.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0035 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 53 | - |
| CMYK | 0 | 1 | 0.76 | 0.14 |
| HSL | 345.55º | 1% | 0.43% | - |
| HSV(B) | 345.55º | 1% | 0.86% | - |
| XYZ | 30.16 | 15.47 | 4.77 | - |
| YUV | 71.82 | 117.39 | 233.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 53 | 0 | 1 | 0.76 | 0.14 | 345.55 | 1 | 0.43 |
| Hex | DC | 0 | 35 | 0 | 64 | 4C | E | 15A | 64 | 2B |
| Octal | 334 | 0 | 65 | 0 | 144 | 114 | 16 | 532 | 144 | 53 |
| Binary | 11011100 | 0 | 110101 | 0 | 1100100 | 1001100 | 1110 | 101011010 | 1100100 | 101011 |
Color Harmonies of #DC0035
Complementary color
Monochromatic Colors of #DC0035
Black with #DC0035
Text Example
Text Example
White with #DC0035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0035; }
p { color: rgb(220,0,53); }
H1.HeaderClassName
{
color: #DC0035;
}
.AnyTagClassName
{
color: #DC0035;
}
</style>
background-color css
<style>
a { background-color: #DC0035; }
a { background-color: rgb(220,0,53); }
div.DivClassName
{
background-color: #DC0035;
}
.BgClassName
{
background-color: #DC0035;
}
</style>
border-color css
<style>
span { border-color: #DC0035; }
span { border-color: rgb(220,0,53); }
td.TdClassName
{
border-color: #DC0035;
}
.TagClassName
{
border-color: #DC0035;
}
</style>