Shades of Crimson #DC082C
Tints of Crimson #DC082C
RGB
CMYK
RGB Variations
Color information
#DC082C (or 0xDC082C) is known color: Crimson. HEX triplet: DC, 08 and 2C. RGB value is (220,8,44). Sum of RGB (Red+Green+Blue) = 220+8+44=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC082C is #23F7D3. Grayscale: #4B4B4B. Windows color (decimal): -2357204 or 2885852. OLE color: 2885852.
HSL color Cylindrical-coordinate representation of color #DC082C: hue angle of 349.81º 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 #DC082C is Cyan = 0, Magento = 0.96, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 44 | - |
| CMYK | 0 | 0.96 | 0.8 | 0.14 |
| HSL | 349.81º | 0.93% | 0.45% | - |
| HSV(B) | 349.81º | 0.96% | 0.86% | - |
| XYZ | 30.06 | 15.57 | 3.8 | - |
| YUV | 75.49 | 110.24 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 44 | 0 | 0.96 | 0.8 | 0.14 | 349.81 | 0.93 | 0.45 |
| Hex | DC | 8 | 2C | 0 | 60 | 50 | E | 15E | 5D | 2D |
| Octal | 334 | 10 | 54 | 0 | 140 | 120 | 16 | 536 | 135 | 55 |
| Binary | 11011100 | 1000 | 101100 | 0 | 1100000 | 1010000 | 1110 | 101011110 | 1011101 | 101101 |
Color Harmonies of #DC082C
Complementary color
Monochromatic Colors of #DC082C
Black with #DC082C
Text Example
Text Example
White with #DC082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC082C; }
p { color: rgb(220,8,44); }
H1.HeaderClassName
{
color: #DC082C;
}
.AnyTagClassName
{
color: #DC082C;
}
</style>
background-color css
<style>
a { background-color: #DC082C; }
a { background-color: rgb(220,8,44); }
div.DivClassName
{
background-color: #DC082C;
}
.BgClassName
{
background-color: #DC082C;
}
</style>
border-color css
<style>
span { border-color: #DC082C; }
span { border-color: rgb(220,8,44); }
td.TdClassName
{
border-color: #DC082C;
}
.TagClassName
{
border-color: #DC082C;
}
</style>