Shades of Crimson #DC082B
Tints of Crimson #DC082B
RGB
CMYK
RGB Variations
Color information
#DC082B (or 0xDC082B) is known color: Crimson. HEX triplet: DC, 08 and 2B. RGB value is (220,8,43). Sum of RGB (Red+Green+Blue) = 220+8+43=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC082B is #23F7D4. Grayscale: #4B4B4B. Windows color (decimal): -2357205 or 2820316. OLE color: 2820316.
HSL color Cylindrical-coordinate representation of color #DC082B: hue angle of 350.09º 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 #DC082B is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 43 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.14 |
| HSL | 350.09º | 0.93% | 0.45% | - |
| HSV(B) | 350.09º | 0.96% | 0.86% | - |
| XYZ | 30.04 | 15.56 | 3.71 | - |
| YUV | 75.38 | 109.74 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 43 | 0 | 0.96 | 0.80 | 0.14 | 350.09 | 0.93 | 0.45 |
| Hex | DC | 8 | 2B | 0 | 60 | 50 | E | 15E | 5D | 2D |
| Octal | 334 | 10 | 53 | 0 | 140 | 120 | 16 | 536 | 135 | 55 |
| Binary | 11011100 | 1000 | 101011 | 0 | 1100000 | 1010000 | 1110 | 101011110 | 1011101 | 101101 |
Color Harmonies of #DC082B
Complementary color
Monochromatic Colors of #DC082B
Black with #DC082B
Text Example
Text Example
White with #DC082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC082B; }
p { color: rgb(220,8,43); }
H1.HeaderClassName
{
color: #DC082B;
}
.AnyTagClassName
{
color: #DC082B;
}
</style>
background-color css
<style>
a { background-color: #DC082B; }
a { background-color: rgb(220,8,43); }
div.DivClassName
{
background-color: #DC082B;
}
.BgClassName
{
background-color: #DC082B;
}
</style>
border-color css
<style>
span { border-color: #DC082B; }
span { border-color: rgb(220,8,43); }
td.TdClassName
{
border-color: #DC082B;
}
.TagClassName
{
border-color: #DC082B;
}
</style>