Shades of Crimson #DC1441
Tints of Crimson #DC1441
RGB
CMYK
RGB Variations
Color information
#DC1441 (or 0xDC1441) is known color: Crimson. HEX triplet: DC, 14 and 41. RGB value is (220,20,65). Sum of RGB (Red+Green+Blue) = 220+20+65=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1441 is #23EBBE. Grayscale: #545454. Windows color (decimal): -2354111 or 4265180. OLE color: 4265180.
HSL color Cylindrical-coordinate representation of color #DC1441: hue angle of 346.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 #DC1441 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 65 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.14 |
| HSL | 346.5º | 0.83% | 0.47% | - |
| HSV(B) | 346.5º | 0.91% | 0.86% | - |
| XYZ | 30.72 | 16.1 | 6.49 | - |
| YUV | 84.93 | 116.76 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 65 | 0 | 0.91 | 0.70 | 0.14 | 346.5 | 0.83 | 0.47 |
| Hex | DC | 14 | 41 | 0 | 5B | 46 | E | 15A | 53 | 2F |
| Octal | 334 | 24 | 101 | 0 | 133 | 106 | 16 | 532 | 123 | 57 |
| Binary | 11011100 | 10100 | 1000001 | 0 | 1011011 | 1000110 | 1110 | 101011010 | 1010011 | 101111 |
Color Harmonies of #DC1441
Complementary color
Monochromatic Colors of #DC1441
Black with #DC1441
Text Example
Text Example
White with #DC1441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1441; }
p { color: rgb(220,20,65); }
H1.HeaderClassName
{
color: #DC1441;
}
.AnyTagClassName
{
color: #DC1441;
}
</style>
background-color css
<style>
a { background-color: #DC1441; }
a { background-color: rgb(220,20,65); }
div.DivClassName
{
background-color: #DC1441;
}
.BgClassName
{
background-color: #DC1441;
}
</style>
border-color css
<style>
span { border-color: #DC1441; }
span { border-color: rgb(220,20,65); }
td.TdClassName
{
border-color: #DC1441;
}
.TagClassName
{
border-color: #DC1441;
}
</style>