Shades of Crimson #DC1437
Tints of Crimson #DC1437
RGB
CMYK
RGB Variations
Color information
#DC1437 (or 0xDC1437) is known color: Crimson. HEX triplet: DC, 14 and 37. RGB value is (220,20,55). Sum of RGB (Red+Green+Blue) = 220+20+55=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1437 is #23EBC8. Grayscale: #535353. Windows color (decimal): -2354121 or 3609820. OLE color: 3609820.
HSL color Cylindrical-coordinate representation of color #DC1437: hue angle of 349.5º 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 #DC1437 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 55 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.14 |
| HSL | 349.5º | 0.83% | 0.47% | - |
| HSV(B) | 349.5º | 0.91% | 0.86% | - |
| XYZ | 30.45 | 15.99 | 5.1 | - |
| YUV | 83.79 | 111.76 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 55 | 0 | 0.91 | 0.75 | 0.14 | 349.5 | 0.83 | 0.47 |
| Hex | DC | 14 | 37 | 0 | 5B | 4B | E | 15E | 53 | 2F |
| Octal | 334 | 24 | 67 | 0 | 133 | 113 | 16 | 536 | 123 | 57 |
| Binary | 11011100 | 10100 | 110111 | 0 | 1011011 | 1001011 | 1110 | 101011110 | 1010011 | 101111 |
Color Harmonies of #DC1437
Complementary color
Monochromatic Colors of #DC1437
Black with #DC1437
Text Example
Text Example
White with #DC1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1437; }
p { color: rgb(220,20,55); }
H1.HeaderClassName
{
color: #DC1437;
}
.AnyTagClassName
{
color: #DC1437;
}
</style>
background-color css
<style>
a { background-color: #DC1437; }
a { background-color: rgb(220,20,55); }
div.DivClassName
{
background-color: #DC1437;
}
.BgClassName
{
background-color: #DC1437;
}
</style>
border-color css
<style>
span { border-color: #DC1437; }
span { border-color: rgb(220,20,55); }
td.TdClassName
{
border-color: #DC1437;
}
.TagClassName
{
border-color: #DC1437;
}
</style>