Shades of Crimson #DC1444
Tints of Crimson #DC1444
RGB
CMYK
RGB Variations
Color information
#DC1444 (or 0xDC1444) is known color: Crimson. HEX triplet: DC, 14 and 44. RGB value is (220,20,68). Sum of RGB (Red+Green+Blue) = 220+20+68=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1444 is #23EBBB. Grayscale: #555555. Windows color (decimal): -2354108 or 4461788. OLE color: 4461788.
HSL color Cylindrical-coordinate representation of color #DC1444: hue angle of 345.6º 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 #DC1444 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 68 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.14 |
| HSL | 345.6º | 0.83% | 0.47% | - |
| HSV(B) | 345.6º | 0.91% | 0.86% | - |
| XYZ | 30.81 | 16.13 | 6.96 | - |
| YUV | 85.27 | 118.26 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 68 | 0 | 0.91 | 0.69 | 0.14 | 345.6 | 0.83 | 0.47 |
| Hex | DC | 14 | 44 | 0 | 5B | 45 | E | 15A | 53 | 2F |
| Octal | 334 | 24 | 104 | 0 | 133 | 105 | 16 | 532 | 123 | 57 |
| Binary | 11011100 | 10100 | 1000100 | 0 | 1011011 | 1000101 | 1110 | 101011010 | 1010011 | 101111 |
Color Harmonies of #DC1444
Complementary color
Monochromatic Colors of #DC1444
Black with #DC1444
Text Example
Text Example
White with #DC1444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1444; }
p { color: rgb(220,20,68); }
H1.HeaderClassName
{
color: #DC1444;
}
.AnyTagClassName
{
color: #DC1444;
}
</style>
background-color css
<style>
a { background-color: #DC1444; }
a { background-color: rgb(220,20,68); }
div.DivClassName
{
background-color: #DC1444;
}
.BgClassName
{
background-color: #DC1444;
}
</style>
border-color css
<style>
span { border-color: #DC1444; }
span { border-color: rgb(220,20,68); }
td.TdClassName
{
border-color: #DC1444;
}
.TagClassName
{
border-color: #DC1444;
}
</style>