Shades of Crimson #DC082F
Tints of Crimson #DC082F
RGB
CMYK
RGB Variations
Color information
#DC082F (or 0xDC082F) is known color: Crimson. HEX triplet: DC, 08 and 2F. RGB value is (220,8,47). Sum of RGB (Red+Green+Blue) = 220+8+47=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC082F is #23F7D0. Grayscale: #4B4B4B. Windows color (decimal): -2357201 or 3082460. OLE color: 3082460.
HSL color Cylindrical-coordinate representation of color #DC082F: hue angle of 348.96º 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 #DC082F is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 47 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.14 |
| HSL | 348.96º | 0.93% | 0.45% | - |
| HSV(B) | 348.96º | 0.96% | 0.86% | - |
| XYZ | 30.12 | 15.59 | 4.11 | - |
| YUV | 75.83 | 111.74 | 230.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 47 | 0 | 0.96 | 0.79 | 0.14 | 348.96 | 0.93 | 0.45 |
| Hex | DC | 8 | 2F | 0 | 60 | 4F | E | 15D | 5D | 2D |
| Octal | 334 | 10 | 57 | 0 | 140 | 117 | 16 | 535 | 135 | 55 |
| Binary | 11011100 | 1000 | 101111 | 0 | 1100000 | 1001111 | 1110 | 101011101 | 1011101 | 101101 |
Color Harmonies of #DC082F
Complementary color
Monochromatic Colors of #DC082F
Black with #DC082F
Text Example
Text Example
White with #DC082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC082F; }
p { color: rgb(220,8,47); }
H1.HeaderClassName
{
color: #DC082F;
}
.AnyTagClassName
{
color: #DC082F;
}
</style>
background-color css
<style>
a { background-color: #DC082F; }
a { background-color: rgb(220,8,47); }
div.DivClassName
{
background-color: #DC082F;
}
.BgClassName
{
background-color: #DC082F;
}
</style>
border-color css
<style>
span { border-color: #DC082F; }
span { border-color: rgb(220,8,47); }
td.TdClassName
{
border-color: #DC082F;
}
.TagClassName
{
border-color: #DC082F;
}
</style>