Shades of Crimson #DC1541
Tints of Crimson #DC1541
RGB
CMYK
RGB Variations
Color information
#DC1541 (or 0xDC1541) is known color: Crimson. HEX triplet: DC, 15 and 41. RGB value is (220,21,65). Sum of RGB (Red+Green+Blue) = 220+21+65=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1541 is #23EABE. Grayscale: #555555. Windows color (decimal): -2353855 or 4265436. OLE color: 4265436.
HSL color Cylindrical-coordinate representation of color #DC1541: hue angle of 346.73º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1541 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 65 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.14 |
| HSL | 346.73º | 0.83% | 0.47% | - |
| HSV(B) | 346.73º | 0.9% | 0.86% | - |
| XYZ | 30.74 | 16.13 | 6.5 | - |
| YUV | 85.52 | 116.43 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 65 | 0 | 0.90 | 0.70 | 0.14 | 346.73 | 0.83 | 0.47 |
| Hex | DC | 15 | 41 | 0 | 5A | 46 | E | 15B | 53 | 2F |
| Octal | 334 | 25 | 101 | 0 | 132 | 106 | 16 | 533 | 123 | 57 |
| Binary | 11011100 | 10101 | 1000001 | 0 | 1011010 | 1000110 | 1110 | 101011011 | 1010011 | 101111 |
Color Harmonies of #DC1541
Complementary color
Monochromatic Colors of #DC1541
Black with #DC1541
Text Example
Text Example
White with #DC1541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1541; }
p { color: rgb(220,21,65); }
H1.HeaderClassName
{
color: #DC1541;
}
.AnyTagClassName
{
color: #DC1541;
}
</style>
background-color css
<style>
a { background-color: #DC1541; }
a { background-color: rgb(220,21,65); }
div.DivClassName
{
background-color: #DC1541;
}
.BgClassName
{
background-color: #DC1541;
}
</style>
border-color css
<style>
span { border-color: #DC1541; }
span { border-color: rgb(220,21,65); }
td.TdClassName
{
border-color: #DC1541;
}
.TagClassName
{
border-color: #DC1541;
}
</style>