Shades of Crimson #DC1543
Tints of Crimson #DC1543
RGB
CMYK
RGB Variations
Color information
#DC1543 (or 0xDC1543) is known color: Crimson. HEX triplet: DC, 15 and 43. RGB value is (220,21,67). Sum of RGB (Red+Green+Blue) = 220+21+67=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1543 is #23EABC. Grayscale: #555555. Windows color (decimal): -2353853 or 4396508. OLE color: 4396508.
HSL color Cylindrical-coordinate representation of color #DC1543: hue angle of 346.13º 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 #DC1543 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 67 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.14 |
| HSL | 346.13º | 0.83% | 0.47% | - |
| HSV(B) | 346.13º | 0.9% | 0.86% | - |
| XYZ | 30.8 | 16.16 | 6.81 | - |
| YUV | 85.75 | 117.43 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 67 | 0 | 0.90 | 0.70 | 0.14 | 346.13 | 0.83 | 0.47 |
| Hex | DC | 15 | 43 | 0 | 5A | 46 | E | 15A | 53 | 2F |
| Octal | 334 | 25 | 103 | 0 | 132 | 106 | 16 | 532 | 123 | 57 |
| Binary | 11011100 | 10101 | 1000011 | 0 | 1011010 | 1000110 | 1110 | 101011010 | 1010011 | 101111 |
Color Harmonies of #DC1543
Complementary color
Monochromatic Colors of #DC1543
Black with #DC1543
Text Example
Text Example
White with #DC1543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1543; }
p { color: rgb(220,21,67); }
H1.HeaderClassName
{
color: #DC1543;
}
.AnyTagClassName
{
color: #DC1543;
}
</style>
background-color css
<style>
a { background-color: #DC1543; }
a { background-color: rgb(220,21,67); }
div.DivClassName
{
background-color: #DC1543;
}
.BgClassName
{
background-color: #DC1543;
}
</style>
border-color css
<style>
span { border-color: #DC1543; }
span { border-color: rgb(220,21,67); }
td.TdClassName
{
border-color: #DC1543;
}
.TagClassName
{
border-color: #DC1543;
}
</style>