Shades of Crimson #DC0235
Tints of Crimson #DC0235
RGB
CMYK
RGB Variations
Color information
#DC0235 (or 0xDC0235) is known color: Crimson. HEX triplet: DC, 02 and 35. RGB value is (220,2,53). Sum of RGB (Red+Green+Blue) = 220+2+53=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0235 is #23FDCA. Grayscale: #494949. Windows color (decimal): -2358731 or 3474140. OLE color: 3474140.
HSL color Cylindrical-coordinate representation of color #DC0235: hue angle of 345.96º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0235 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 53 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.14 |
| HSL | 345.96º | 0.98% | 0.44% | - |
| HSV(B) | 345.96º | 0.99% | 0.86% | - |
| XYZ | 30.18 | 15.52 | 4.77 | - |
| YUV | 73 | 116.72 | 232.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 53 | 0 | 0.99 | 0.76 | 0.14 | 345.96 | 0.98 | 0.44 |
| Hex | DC | 2 | 35 | 0 | 63 | 4C | E | 15A | 62 | 2C |
| Octal | 334 | 2 | 65 | 0 | 143 | 114 | 16 | 532 | 142 | 54 |
| Binary | 11011100 | 10 | 110101 | 0 | 1100011 | 1001100 | 1110 | 101011010 | 1100010 | 101100 |
Color Harmonies of #DC0235
Complementary color
Monochromatic Colors of #DC0235
Black with #DC0235
Text Example
Text Example
White with #DC0235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0235; }
p { color: rgb(220,2,53); }
H1.HeaderClassName
{
color: #DC0235;
}
.AnyTagClassName
{
color: #DC0235;
}
</style>
background-color css
<style>
a { background-color: #DC0235; }
a { background-color: rgb(220,2,53); }
div.DivClassName
{
background-color: #DC0235;
}
.BgClassName
{
background-color: #DC0235;
}
</style>
border-color css
<style>
span { border-color: #DC0235; }
span { border-color: rgb(220,2,53); }
td.TdClassName
{
border-color: #DC0235;
}
.TagClassName
{
border-color: #DC0235;
}
</style>