Shades of Crimson #DE0B3E
Tints of Crimson #DE0B3E
RGB
CMYK
RGB Variations
Color information
#DE0B3E (or 0xDE0B3E) is known color: Crimson. HEX triplet: DE, 0B and 3E. RGB value is (222,11,62). Sum of RGB (Red+Green+Blue) = 222+11+62=295 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75.25% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0B3E is #21F4C1. Grayscale: #4F4F4F. Windows color (decimal): -2225346 or 4066270. OLE color: 4066270.
HSL color Cylindrical-coordinate representation of color #DE0B3E: hue angle of 345.5º 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 #DE0B3E is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 11 | 62 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.13 |
| HSL | 345.5º | 0.91% | 0.46% | - |
| HSV(B) | 345.5º | 0.95% | 0.87% | - |
| XYZ | 31.11 | 16.12 | 6.03 | - |
| YUV | 79.9 | 117.9 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 11 | 62 | 0 | 0.95 | 0.72 | 0.13 | 345.5 | 0.91 | 0.46 |
| Hex | DE | B | 3E | 0 | 5F | 48 | D | 159 | 5B | 2E |
| Octal | 336 | 13 | 76 | 0 | 137 | 110 | 15 | 531 | 133 | 56 |
| Binary | 11011110 | 1011 | 111110 | 0 | 1011111 | 1001000 | 1101 | 101011001 | 1011011 | 101110 |
Color Harmonies of #DE0B3E
Complementary color
Monochromatic Colors of #DE0B3E
Black with #DE0B3E
Text Example
Text Example
White with #DE0B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0B3E; }
p { color: rgb(222,11,62); }
H1.HeaderClassName
{
color: #DE0B3E;
}
.AnyTagClassName
{
color: #DE0B3E;
}
</style>
background-color css
<style>
a { background-color: #DE0B3E; }
a { background-color: rgb(222,11,62); }
div.DivClassName
{
background-color: #DE0B3E;
}
.BgClassName
{
background-color: #DE0B3E;
}
</style>
border-color css
<style>
span { border-color: #DE0B3E; }
span { border-color: rgb(222,11,62); }
td.TdClassName
{
border-color: #DE0B3E;
}
.TagClassName
{
border-color: #DE0B3E;
}
</style>