Shades of Crimson #DC0935
Tints of Crimson #DC0935
RGB
CMYK
RGB Variations
Color information
#DC0935 (or 0xDC0935) is known color: Crimson. HEX triplet: DC, 09 and 35. RGB value is (220,9,53). Sum of RGB (Red+Green+Blue) = 220+9+53=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0935 is #23F6CA. Grayscale: #4D4D4D. Windows color (decimal): -2356939 or 3475932. OLE color: 3475932.
HSL color Cylindrical-coordinate representation of color #DC0935: hue angle of 347.49º degrees, saturation: 0.92, 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 #DC0935 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 53 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.14 |
| HSL | 347.49º | 0.92% | 0.45% | - |
| HSV(B) | 347.49º | 0.96% | 0.86% | - |
| XYZ | 30.26 | 15.67 | 4.8 | - |
| YUV | 77.11 | 114.4 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 53 | 0 | 0.96 | 0.76 | 0.14 | 347.49 | 0.92 | 0.45 |
| Hex | DC | 9 | 35 | 0 | 60 | 4C | E | 15B | 5C | 2D |
| Octal | 334 | 11 | 65 | 0 | 140 | 114 | 16 | 533 | 134 | 55 |
| Binary | 11011100 | 1001 | 110101 | 0 | 1100000 | 1001100 | 1110 | 101011011 | 1011100 | 101101 |
Color Harmonies of #DC0935
Complementary color
Monochromatic Colors of #DC0935
Black with #DC0935
Text Example
Text Example
White with #DC0935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0935; }
p { color: rgb(220,9,53); }
H1.HeaderClassName
{
color: #DC0935;
}
.AnyTagClassName
{
color: #DC0935;
}
</style>
background-color css
<style>
a { background-color: #DC0935; }
a { background-color: rgb(220,9,53); }
div.DivClassName
{
background-color: #DC0935;
}
.BgClassName
{
background-color: #DC0935;
}
</style>
border-color css
<style>
span { border-color: #DC0935; }
span { border-color: rgb(220,9,53); }
td.TdClassName
{
border-color: #DC0935;
}
.TagClassName
{
border-color: #DC0935;
}
</style>