Shades of Crimson #DC1239
Tints of Crimson #DC1239
RGB
CMYK
RGB Variations
Color information
#DC1239 (or 0xDC1239) is known color: Crimson. HEX triplet: DC, 12 and 39. RGB value is (220,18,57). Sum of RGB (Red+Green+Blue) = 220+18+57=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1239 is #23EDC6. Grayscale: #525252. Windows color (decimal): -2354631 or 3740380. OLE color: 3740380.
HSL color Cylindrical-coordinate representation of color #DC1239: hue angle of 348.42º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1239 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 57 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.14 |
| HSL | 348.42º | 0.85% | 0.47% | - |
| HSV(B) | 348.42º | 0.92% | 0.86% | - |
| XYZ | 30.47 | 15.94 | 5.34 | - |
| YUV | 82.84 | 113.42 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 57 | 0 | 0.92 | 0.74 | 0.14 | 348.42 | 0.85 | 0.47 |
| Hex | DC | 12 | 39 | 0 | 5C | 4A | E | 15C | 55 | 2F |
| Octal | 334 | 22 | 71 | 0 | 134 | 112 | 16 | 534 | 125 | 57 |
| Binary | 11011100 | 10010 | 111001 | 0 | 1011100 | 1001010 | 1110 | 101011100 | 1010101 | 101111 |
Color Harmonies of #DC1239
Complementary color
Monochromatic Colors of #DC1239
Black with #DC1239
Text Example
Text Example
White with #DC1239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1239; }
p { color: rgb(220,18,57); }
H1.HeaderClassName
{
color: #DC1239;
}
.AnyTagClassName
{
color: #DC1239;
}
</style>
background-color css
<style>
a { background-color: #DC1239; }
a { background-color: rgb(220,18,57); }
div.DivClassName
{
background-color: #DC1239;
}
.BgClassName
{
background-color: #DC1239;
}
</style>
border-color css
<style>
span { border-color: #DC1239; }
span { border-color: rgb(220,18,57); }
td.TdClassName
{
border-color: #DC1239;
}
.TagClassName
{
border-color: #DC1239;
}
</style>