Shades of Crimson #DC1532
Tints of Crimson #DC1532
RGB
CMYK
RGB Variations
Color information
#DC1532 (or 0xDC1532) is known color: Crimson. HEX triplet: DC, 15 and 32. RGB value is (220,21,50). Sum of RGB (Red+Green+Blue) = 220+21+50=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1532 is #23EACD. Grayscale: #535353. Windows color (decimal): -2353870 or 3282396. OLE color: 3282396.
HSL color Cylindrical-coordinate representation of color #DC1532: hue angle of 351.26º 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 #DC1532 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 50 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.14 |
| HSL | 351.26º | 0.83% | 0.47% | - |
| HSV(B) | 351.26º | 0.9% | 0.86% | - |
| XYZ | 30.36 | 15.98 | 4.5 | - |
| YUV | 83.81 | 108.93 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 50 | 0 | 0.90 | 0.77 | 0.14 | 351.26 | 0.83 | 0.47 |
| Hex | DC | 15 | 32 | 0 | 5A | 4D | E | 15F | 53 | 2F |
| Octal | 334 | 25 | 62 | 0 | 132 | 115 | 16 | 537 | 123 | 57 |
| Binary | 11011100 | 10101 | 110010 | 0 | 1011010 | 1001101 | 1110 | 101011111 | 1010011 | 101111 |
Color Harmonies of #DC1532
Complementary color
Monochromatic Colors of #DC1532
Black with #DC1532
Text Example
Text Example
White with #DC1532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1532; }
p { color: rgb(220,21,50); }
H1.HeaderClassName
{
color: #DC1532;
}
.AnyTagClassName
{
color: #DC1532;
}
</style>
background-color css
<style>
a { background-color: #DC1532; }
a { background-color: rgb(220,21,50); }
div.DivClassName
{
background-color: #DC1532;
}
.BgClassName
{
background-color: #DC1532;
}
</style>
border-color css
<style>
span { border-color: #DC1532; }
span { border-color: rgb(220,21,50); }
td.TdClassName
{
border-color: #DC1532;
}
.TagClassName
{
border-color: #DC1532;
}
</style>