Shades of Crimson #DE0B31
Tints of Crimson #DE0B31
RGB
CMYK
RGB Variations
Color information
#DE0B31 (or 0xDE0B31) is known color: Crimson. HEX triplet: DE, 0B and 31. RGB value is (222,11,49). Sum of RGB (Red+Green+Blue) = 222+11+49=282 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.72% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0B31 is #21F4CE. Grayscale: #4E4E4E. Windows color (decimal): -2225359 or 3214302. OLE color: 3214302.
HSL color Cylindrical-coordinate representation of color #DE0B31: hue angle of 349.19º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0B31 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 11 | 49 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.13 |
| HSL | 349.19º | 0.91% | 0.46% | - |
| HSV(B) | 349.19º | 0.95% | 0.87% | - |
| XYZ | 30.8 | 15.99 | 4.37 | - |
| YUV | 78.42 | 111.4 | 230.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 11 | 49 | 0 | 0.95 | 0.78 | 0.13 | 349.19 | 0.91 | 0.46 |
| Hex | DE | B | 31 | 0 | 5F | 4E | D | 15D | 5B | 2E |
| Octal | 336 | 13 | 61 | 0 | 137 | 116 | 15 | 535 | 133 | 56 |
| Binary | 11011110 | 1011 | 110001 | 0 | 1011111 | 1001110 | 1101 | 101011101 | 1011011 | 101110 |
Color Harmonies of #DE0B31
Complementary color
Monochromatic Colors of #DE0B31
Black with #DE0B31
Text Example
Text Example
White with #DE0B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0B31; }
p { color: rgb(222,11,49); }
H1.HeaderClassName
{
color: #DE0B31;
}
.AnyTagClassName
{
color: #DE0B31;
}
</style>
background-color css
<style>
a { background-color: #DE0B31; }
a { background-color: rgb(222,11,49); }
div.DivClassName
{
background-color: #DE0B31;
}
.BgClassName
{
background-color: #DE0B31;
}
</style>
border-color css
<style>
span { border-color: #DE0B31; }
span { border-color: rgb(222,11,49); }
td.TdClassName
{
border-color: #DE0B31;
}
.TagClassName
{
border-color: #DE0B31;
}
</style>