Shades of Crimson #DE082F
Tints of Crimson #DE082F
RGB
CMYK
RGB Variations
Color information
#DE082F (or 0xDE082F) is known color: Crimson. HEX triplet: DE, 08 and 2F. RGB value is (222,8,47). Sum of RGB (Red+Green+Blue) = 222+8+47=277 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.14% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 222 - color contains mainly: red. Hex color #DE082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE082F is #21F7D0. Grayscale: #4C4C4C. Windows color (decimal): -2226129 or 3082462. OLE color: 3082462.
HSL color Cylindrical-coordinate representation of color #DE082F: hue angle of 349.07º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE082F is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 8 | 47 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.13 |
| HSL | 349.07º | 0.93% | 0.45% | - |
| HSV(B) | 349.07º | 0.96% | 0.87% | - |
| XYZ | 30.72 | 15.91 | 4.14 | - |
| YUV | 76.43 | 111.4 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 8 | 47 | 0 | 0.96 | 0.79 | 0.13 | 349.07 | 0.93 | 0.45 |
| Hex | DE | 8 | 2F | 0 | 60 | 4F | D | 15D | 5D | 2D |
| Octal | 336 | 10 | 57 | 0 | 140 | 117 | 15 | 535 | 135 | 55 |
| Binary | 11011110 | 1000 | 101111 | 0 | 1100000 | 1001111 | 1101 | 101011101 | 1011101 | 101101 |
Color Harmonies of #DE082F
Complementary color
Monochromatic Colors of #DE082F
Black with #DE082F
Text Example
Text Example
White with #DE082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE082F; }
p { color: rgb(222,8,47); }
H1.HeaderClassName
{
color: #DE082F;
}
.AnyTagClassName
{
color: #DE082F;
}
</style>
background-color css
<style>
a { background-color: #DE082F; }
a { background-color: rgb(222,8,47); }
div.DivClassName
{
background-color: #DE082F;
}
.BgClassName
{
background-color: #DE082F;
}
</style>
border-color css
<style>
span { border-color: #DE082F; }
span { border-color: rgb(222,8,47); }
td.TdClassName
{
border-color: #DE082F;
}
.TagClassName
{
border-color: #DE082F;
}
</style>