Shades of Crimson #DC0835
Tints of Crimson #DC0835
RGB
CMYK
RGB Variations
Color information
#DC0835 (or 0xDC0835) is known color: Crimson. HEX triplet: DC, 08 and 35. RGB value is (220,8,53). Sum of RGB (Red+Green+Blue) = 220+8+53=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0835 is #23F7CA. Grayscale: #4C4C4C. Windows color (decimal): -2357195 or 3475676. OLE color: 3475676.
HSL color Cylindrical-coordinate representation of color #DC0835: hue angle of 347.26º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0835 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 53 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.14 |
| HSL | 347.26º | 0.93% | 0.45% | - |
| HSV(B) | 347.26º | 0.96% | 0.86% | - |
| XYZ | 30.24 | 15.65 | 4.79 | - |
| YUV | 76.52 | 114.74 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 53 | 0 | 0.96 | 0.76 | 0.14 | 347.26 | 0.93 | 0.45 |
| Hex | DC | 8 | 35 | 0 | 60 | 4C | E | 15B | 5D | 2D |
| Octal | 334 | 10 | 65 | 0 | 140 | 114 | 16 | 533 | 135 | 55 |
| Binary | 11011100 | 1000 | 110101 | 0 | 1100000 | 1001100 | 1110 | 101011011 | 1011101 | 101101 |
Color Harmonies of #DC0835
Complementary color
Monochromatic Colors of #DC0835
Black with #DC0835
Text Example
Text Example
White with #DC0835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0835; }
p { color: rgb(220,8,53); }
H1.HeaderClassName
{
color: #DC0835;
}
.AnyTagClassName
{
color: #DC0835;
}
</style>
background-color css
<style>
a { background-color: #DC0835; }
a { background-color: rgb(220,8,53); }
div.DivClassName
{
background-color: #DC0835;
}
.BgClassName
{
background-color: #DC0835;
}
</style>
border-color css
<style>
span { border-color: #DC0835; }
span { border-color: rgb(220,8,53); }
td.TdClassName
{
border-color: #DC0835;
}
.TagClassName
{
border-color: #DC0835;
}
</style>