Shades of Crimson #DC0135
Tints of Crimson #DC0135
RGB
CMYK
RGB Variations
Color information
#DC0135 (or 0xDC0135) is known color: Crimson. HEX triplet: DC, 01 and 35. RGB value is (220,1,53). Sum of RGB (Red+Green+Blue) = 220+1+53=274 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.29% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0135 is #23FECA. Grayscale: #484848. Windows color (decimal): -2358987 or 3473884. OLE color: 3473884.
HSL color Cylindrical-coordinate representation of color #DC0135: hue angle of 345.75º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0135 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 53 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.14 |
| HSL | 345.75º | 0.99% | 0.43% | - |
| HSV(B) | 345.75º | 1% | 0.86% | - |
| XYZ | 30.17 | 15.49 | 4.77 | - |
| YUV | 72.41 | 117.05 | 233.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 53 | 0 | 1.00 | 0.76 | 0.14 | 345.75 | 0.99 | 0.43 |
| Hex | DC | 1 | 35 | 0 | 64 | 4C | E | 15A | 63 | 2B |
| Octal | 334 | 1 | 65 | 0 | 144 | 114 | 16 | 532 | 143 | 53 |
| Binary | 11011100 | 1 | 110101 | 0 | 1100100 | 1001100 | 1110 | 101011010 | 1100011 | 101011 |
Color Harmonies of #DC0135
Complementary color
Monochromatic Colors of #DC0135
Black with #DC0135
Text Example
Text Example
White with #DC0135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0135; }
p { color: rgb(220,1,53); }
H1.HeaderClassName
{
color: #DC0135;
}
.AnyTagClassName
{
color: #DC0135;
}
</style>
background-color css
<style>
a { background-color: #DC0135; }
a { background-color: rgb(220,1,53); }
div.DivClassName
{
background-color: #DC0135;
}
.BgClassName
{
background-color: #DC0135;
}
</style>
border-color css
<style>
span { border-color: #DC0135; }
span { border-color: rgb(220,1,53); }
td.TdClassName
{
border-color: #DC0135;
}
.TagClassName
{
border-color: #DC0135;
}
</style>