Shades of Crimson #DC0535
Tints of Crimson #DC0535
RGB
CMYK
RGB Variations
Color information
#DC0535 (or 0xDC0535) is known color: Crimson. HEX triplet: DC, 05 and 35. RGB value is (220,5,53). Sum of RGB (Red+Green+Blue) = 220+5+53=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0535 is #23FACA. Grayscale: #4A4A4A. Windows color (decimal): -2357963 or 3474908. OLE color: 3474908.
HSL color Cylindrical-coordinate representation of color #DC0535: hue angle of 346.6º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0535 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 53 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.14 |
| HSL | 346.6º | 0.96% | 0.44% | - |
| HSV(B) | 346.6º | 0.98% | 0.86% | - |
| XYZ | 30.21 | 15.58 | 4.78 | - |
| YUV | 74.76 | 115.73 | 231.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 53 | 0 | 0.98 | 0.76 | 0.14 | 346.6 | 0.96 | 0.44 |
| Hex | DC | 5 | 35 | 0 | 62 | 4C | E | 15B | 60 | 2C |
| Octal | 334 | 5 | 65 | 0 | 142 | 114 | 16 | 533 | 140 | 54 |
| Binary | 11011100 | 101 | 110101 | 0 | 1100010 | 1001100 | 1110 | 101011011 | 1100000 | 101100 |
Color Harmonies of #DC0535
Complementary color
Monochromatic Colors of #DC0535
Black with #DC0535
Text Example
Text Example
White with #DC0535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0535; }
p { color: rgb(220,5,53); }
H1.HeaderClassName
{
color: #DC0535;
}
.AnyTagClassName
{
color: #DC0535;
}
</style>
background-color css
<style>
a { background-color: #DC0535; }
a { background-color: rgb(220,5,53); }
div.DivClassName
{
background-color: #DC0535;
}
.BgClassName
{
background-color: #DC0535;
}
</style>
border-color css
<style>
span { border-color: #DC0535; }
span { border-color: rgb(220,5,53); }
td.TdClassName
{
border-color: #DC0535;
}
.TagClassName
{
border-color: #DC0535;
}
</style>