Shades of Crimson #DC1536
Tints of Crimson #DC1536
RGB
CMYK
RGB Variations
Color information
#DC1536 (or 0xDC1536) is known color: Crimson. HEX triplet: DC, 15 and 36. RGB value is (220,21,54). Sum of RGB (Red+Green+Blue) = 220+21+54=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1536 is #23EAC9. Grayscale: #545454. Windows color (decimal): -2353866 or 3544540. OLE color: 3544540.
HSL color Cylindrical-coordinate representation of color #DC1536: hue angle of 350.05º 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 #DC1536 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 54 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.14 |
| HSL | 350.05º | 0.83% | 0.47% | - |
| HSV(B) | 350.05º | 0.9% | 0.86% | - |
| XYZ | 30.45 | 16.02 | 4.98 | - |
| YUV | 84.26 | 110.93 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 54 | 0 | 0.90 | 0.75 | 0.14 | 350.05 | 0.83 | 0.47 |
| Hex | DC | 15 | 36 | 0 | 5A | 4B | E | 15E | 53 | 2F |
| Octal | 334 | 25 | 66 | 0 | 132 | 113 | 16 | 536 | 123 | 57 |
| Binary | 11011100 | 10101 | 110110 | 0 | 1011010 | 1001011 | 1110 | 101011110 | 1010011 | 101111 |
Color Harmonies of #DC1536
Complementary color
Monochromatic Colors of #DC1536
Black with #DC1536
Text Example
Text Example
White with #DC1536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1536; }
p { color: rgb(220,21,54); }
H1.HeaderClassName
{
color: #DC1536;
}
.AnyTagClassName
{
color: #DC1536;
}
</style>
background-color css
<style>
a { background-color: #DC1536; }
a { background-color: rgb(220,21,54); }
div.DivClassName
{
background-color: #DC1536;
}
.BgClassName
{
background-color: #DC1536;
}
</style>
border-color css
<style>
span { border-color: #DC1536; }
span { border-color: rgb(220,21,54); }
td.TdClassName
{
border-color: #DC1536;
}
.TagClassName
{
border-color: #DC1536;
}
</style>