Shades of Crimson #DC1447
Tints of Crimson #DC1447
RGB
CMYK
RGB Variations
Color information
#DC1447 (or 0xDC1447) is known color: Crimson. HEX triplet: DC, 14 and 47. RGB value is (220,20,71). Sum of RGB (Red+Green+Blue) = 220+20+71=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1447 is #23EBB8. Grayscale: #555555. Windows color (decimal): -2354105 or 4658396. OLE color: 4658396.
HSL color Cylindrical-coordinate representation of color #DC1447: hue angle of 344.7º 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 #DC1447 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 71 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.14 |
| HSL | 344.7º | 0.83% | 0.47% | - |
| HSV(B) | 344.7º | 0.91% | 0.86% | - |
| XYZ | 30.9 | 16.17 | 7.45 | - |
| YUV | 85.61 | 119.76 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 71 | 0 | 0.91 | 0.68 | 0.14 | 344.7 | 0.83 | 0.47 |
| Hex | DC | 14 | 47 | 0 | 5B | 44 | E | 159 | 53 | 2F |
| Octal | 334 | 24 | 107 | 0 | 133 | 104 | 16 | 531 | 123 | 57 |
| Binary | 11011100 | 10100 | 1000111 | 0 | 1011011 | 1000100 | 1110 | 101011001 | 1010011 | 101111 |
Color Harmonies of #DC1447
Complementary color
Monochromatic Colors of #DC1447
Black with #DC1447
Text Example
Text Example
White with #DC1447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1447; }
p { color: rgb(220,20,71); }
H1.HeaderClassName
{
color: #DC1447;
}
.AnyTagClassName
{
color: #DC1447;
}
</style>
background-color css
<style>
a { background-color: #DC1447; }
a { background-color: rgb(220,20,71); }
div.DivClassName
{
background-color: #DC1447;
}
.BgClassName
{
background-color: #DC1447;
}
</style>
border-color css
<style>
span { border-color: #DC1447; }
span { border-color: rgb(220,20,71); }
td.TdClassName
{
border-color: #DC1447;
}
.TagClassName
{
border-color: #DC1447;
}
</style>