Shades of Crimson #DC0832
Tints of Crimson #DC0832
RGB
CMYK
RGB Variations
Color information
#DC0832 (or 0xDC0832) is known color: Crimson. HEX triplet: DC, 08 and 32. RGB value is (220,8,50). Sum of RGB (Red+Green+Blue) = 220+8+50=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0832 is #23F7CD. Grayscale: #4C4C4C. Windows color (decimal): -2357198 or 3279068. OLE color: 3279068.
HSL color Cylindrical-coordinate representation of color #DC0832: hue angle of 348.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0832 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 50 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.14 |
| HSL | 348.11º | 0.93% | 0.45% | - |
| HSV(B) | 348.11º | 0.96% | 0.86% | - |
| XYZ | 30.18 | 15.62 | 4.44 | - |
| YUV | 76.18 | 113.24 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 50 | 0 | 0.96 | 0.77 | 0.14 | 348.11 | 0.93 | 0.45 |
| Hex | DC | 8 | 32 | 0 | 60 | 4D | E | 15C | 5D | 2D |
| Octal | 334 | 10 | 62 | 0 | 140 | 115 | 16 | 534 | 135 | 55 |
| Binary | 11011100 | 1000 | 110010 | 0 | 1100000 | 1001101 | 1110 | 101011100 | 1011101 | 101101 |
Color Harmonies of #DC0832
Complementary color
Monochromatic Colors of #DC0832
Black with #DC0832
Text Example
Text Example
White with #DC0832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0832; }
p { color: rgb(220,8,50); }
H1.HeaderClassName
{
color: #DC0832;
}
.AnyTagClassName
{
color: #DC0832;
}
</style>
background-color css
<style>
a { background-color: #DC0832; }
a { background-color: rgb(220,8,50); }
div.DivClassName
{
background-color: #DC0832;
}
.BgClassName
{
background-color: #DC0832;
}
</style>
border-color css
<style>
span { border-color: #DC0832; }
span { border-color: rgb(220,8,50); }
td.TdClassName
{
border-color: #DC0832;
}
.TagClassName
{
border-color: #DC0832;
}
</style>