Shades of Crimson #DC0239
Tints of Crimson #DC0239
RGB
CMYK
RGB Variations
Color information
#DC0239 (or 0xDC0239) is known color: Crimson. HEX triplet: DC, 02 and 39. RGB value is (220,2,57). Sum of RGB (Red+Green+Blue) = 220+2+57=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0239 is #23FDC6. Grayscale: #494949. Windows color (decimal): -2358727 or 3736284. OLE color: 3736284.
HSL color Cylindrical-coordinate representation of color #DC0239: hue angle of 344.86º 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 #DC0239 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.14 |
| HSL | 344.86º | 0.98% | 0.44% | - |
| HSV(B) | 344.86º | 0.99% | 0.86% | - |
| XYZ | 30.28 | 15.55 | 5.28 | - |
| YUV | 73.45 | 118.72 | 232.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 57 | 0 | 0.99 | 0.74 | 0.14 | 344.86 | 0.98 | 0.44 |
| Hex | DC | 2 | 39 | 0 | 63 | 4A | E | 159 | 62 | 2C |
| Octal | 334 | 2 | 71 | 0 | 143 | 112 | 16 | 531 | 142 | 54 |
| Binary | 11011100 | 10 | 111001 | 0 | 1100011 | 1001010 | 1110 | 101011001 | 1100010 | 101100 |
Color Harmonies of #DC0239
Complementary color
Monochromatic Colors of #DC0239
Black with #DC0239
Text Example
Text Example
White with #DC0239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0239; }
p { color: rgb(220,2,57); }
H1.HeaderClassName
{
color: #DC0239;
}
.AnyTagClassName
{
color: #DC0239;
}
</style>
background-color css
<style>
a { background-color: #DC0239; }
a { background-color: rgb(220,2,57); }
div.DivClassName
{
background-color: #DC0239;
}
.BgClassName
{
background-color: #DC0239;
}
</style>
border-color css
<style>
span { border-color: #DC0239; }
span { border-color: rgb(220,2,57); }
td.TdClassName
{
border-color: #DC0239;
}
.TagClassName
{
border-color: #DC0239;
}
</style>