Shades of Crimson #DC1439
Tints of Crimson #DC1439
RGB
CMYK
RGB Variations
Color information
#DC1439 (or 0xDC1439) is known color: Crimson. HEX triplet: DC, 14 and 39. RGB value is (220,20,57). Sum of RGB (Red+Green+Blue) = 220+20+57=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1439 is #23EBC6. Grayscale: #545454. Windows color (decimal): -2354119 or 3740892. OLE color: 3740892.
HSL color Cylindrical-coordinate representation of color #DC1439: hue angle of 348.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1439 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 57 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.14 |
| HSL | 348.9º | 0.83% | 0.47% | - |
| HSV(B) | 348.9º | 0.91% | 0.86% | - |
| XYZ | 30.5 | 16.01 | 5.35 | - |
| YUV | 84.02 | 112.76 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 57 | 0 | 0.91 | 0.74 | 0.14 | 348.9 | 0.83 | 0.47 |
| Hex | DC | 14 | 39 | 0 | 5B | 4A | E | 15D | 53 | 2F |
| Octal | 334 | 24 | 71 | 0 | 133 | 112 | 16 | 535 | 123 | 57 |
| Binary | 11011100 | 10100 | 111001 | 0 | 1011011 | 1001010 | 1110 | 101011101 | 1010011 | 101111 |
Color Harmonies of #DC1439
Complementary color
Monochromatic Colors of #DC1439
Black with #DC1439
Text Example
Text Example
White with #DC1439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1439; }
p { color: rgb(220,20,57); }
H1.HeaderClassName
{
color: #DC1439;
}
.AnyTagClassName
{
color: #DC1439;
}
</style>
background-color css
<style>
a { background-color: #DC1439; }
a { background-color: rgb(220,20,57); }
div.DivClassName
{
background-color: #DC1439;
}
.BgClassName
{
background-color: #DC1439;
}
</style>
border-color css
<style>
span { border-color: #DC1439; }
span { border-color: rgb(220,20,57); }
td.TdClassName
{
border-color: #DC1439;
}
.TagClassName
{
border-color: #DC1439;
}
</style>