Shades of Crimson #DC0132
Tints of Crimson #DC0132
RGB
CMYK
RGB Variations
Color information
#DC0132 (or 0xDC0132) is known color: Crimson. HEX triplet: DC, 01 and 32. RGB value is (220,1,50). Sum of RGB (Red+Green+Blue) = 220+1+50=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0132 is #23FECD. Grayscale: #484848. Windows color (decimal): -2358990 or 3277276. OLE color: 3277276.
HSL color Cylindrical-coordinate representation of color #DC0132: hue angle of 346.58º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0132 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 50 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.14 |
| HSL | 346.58º | 0.99% | 0.43% | - |
| HSV(B) | 346.58º | 1% | 0.86% | - |
| XYZ | 30.1 | 15.47 | 4.42 | - |
| YUV | 72.07 | 115.55 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 50 | 0 | 1.00 | 0.77 | 0.14 | 346.58 | 0.99 | 0.43 |
| Hex | DC | 1 | 32 | 0 | 64 | 4D | E | 15B | 63 | 2B |
| Octal | 334 | 1 | 62 | 0 | 144 | 115 | 16 | 533 | 143 | 53 |
| Binary | 11011100 | 1 | 110010 | 0 | 1100100 | 1001101 | 1110 | 101011011 | 1100011 | 101011 |
Color Harmonies of #DC0132
Complementary color
Monochromatic Colors of #DC0132
Black with #DC0132
Text Example
Text Example
White with #DC0132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0132; }
p { color: rgb(220,1,50); }
H1.HeaderClassName
{
color: #DC0132;
}
.AnyTagClassName
{
color: #DC0132;
}
</style>
background-color css
<style>
a { background-color: #DC0132; }
a { background-color: rgb(220,1,50); }
div.DivClassName
{
background-color: #DC0132;
}
.BgClassName
{
background-color: #DC0132;
}
</style>
border-color css
<style>
span { border-color: #DC0132; }
span { border-color: rgb(220,1,50); }
td.TdClassName
{
border-color: #DC0132;
}
.TagClassName
{
border-color: #DC0132;
}
</style>