Shades of Crimson #DC1545
Tints of Crimson #DC1545
RGB
CMYK
RGB Variations
Color information
#DC1545 (or 0xDC1545) is known color: Crimson. HEX triplet: DC, 15 and 45. RGB value is (220,21,69). Sum of RGB (Red+Green+Blue) = 220+21+69=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1545 is #23EABA. Grayscale: #555555. Windows color (decimal): -2353851 or 4527580. OLE color: 4527580.
HSL color Cylindrical-coordinate representation of color #DC1545: hue angle of 345.53º 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 #DC1545 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 69 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.14 |
| HSL | 345.53º | 0.83% | 0.47% | - |
| HSV(B) | 345.53º | 0.9% | 0.86% | - |
| XYZ | 30.86 | 16.18 | 7.13 | - |
| YUV | 85.97 | 118.43 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 69 | 0 | 0.90 | 0.69 | 0.14 | 345.53 | 0.83 | 0.47 |
| Hex | DC | 15 | 45 | 0 | 5A | 45 | E | 15A | 53 | 2F |
| Octal | 334 | 25 | 105 | 0 | 132 | 105 | 16 | 532 | 123 | 57 |
| Binary | 11011100 | 10101 | 1000101 | 0 | 1011010 | 1000101 | 1110 | 101011010 | 1010011 | 101111 |
Color Harmonies of #DC1545
Complementary color
Monochromatic Colors of #DC1545
Black with #DC1545
Text Example
Text Example
White with #DC1545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1545; }
p { color: rgb(220,21,69); }
H1.HeaderClassName
{
color: #DC1545;
}
.AnyTagClassName
{
color: #DC1545;
}
</style>
background-color css
<style>
a { background-color: #DC1545; }
a { background-color: rgb(220,21,69); }
div.DivClassName
{
background-color: #DC1545;
}
.BgClassName
{
background-color: #DC1545;
}
</style>
border-color css
<style>
span { border-color: #DC1545; }
span { border-color: rgb(220,21,69); }
td.TdClassName
{
border-color: #DC1545;
}
.TagClassName
{
border-color: #DC1545;
}
</style>