Shades of Crimson #DE1B3E
Tints of Crimson #DE1B3E
RGB
CMYK
RGB Variations
Color information
#DE1B3E (or 0xDE1B3E) is known color: Crimson. HEX triplet: DE, 1B and 3E. RGB value is (222,27,62). Sum of RGB (Red+Green+Blue) = 222+27+62=311 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.38% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1B3E is #21E4C1. Grayscale: #595959. Windows color (decimal): -2221250 or 4070366. OLE color: 4070366.
HSL color Cylindrical-coordinate representation of color #DE1B3E: hue angle of 349.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1B3E is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 27 | 62 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.13 |
| HSL | 349.23º | 0.78% | 0.49% | - |
| HSV(B) | 349.23º | 0.88% | 0.87% | - |
| XYZ | 31.39 | 16.66 | 6.12 | - |
| YUV | 89.3 | 112.6 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 27 | 62 | 0 | 0.88 | 0.72 | 0.13 | 349.23 | 0.78 | 0.49 |
| Hex | DE | 1B | 3E | 0 | 58 | 48 | D | 15D | 4E | 31 |
| Octal | 336 | 33 | 76 | 0 | 130 | 110 | 15 | 535 | 116 | 61 |
| Binary | 11011110 | 11011 | 111110 | 0 | 1011000 | 1001000 | 1101 | 101011101 | 1001110 | 110001 |
Color Harmonies of #DE1B3E
Complementary color
Monochromatic Colors of #DE1B3E
Black with #DE1B3E
Text Example
Text Example
White with #DE1B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1B3E; }
p { color: rgb(222,27,62); }
H1.HeaderClassName
{
color: #DE1B3E;
}
.AnyTagClassName
{
color: #DE1B3E;
}
</style>
background-color css
<style>
a { background-color: #DE1B3E; }
a { background-color: rgb(222,27,62); }
div.DivClassName
{
background-color: #DE1B3E;
}
.BgClassName
{
background-color: #DE1B3E;
}
</style>
border-color css
<style>
span { border-color: #DE1B3E; }
span { border-color: rgb(222,27,62); }
td.TdClassName
{
border-color: #DE1B3E;
}
.TagClassName
{
border-color: #DE1B3E;
}
</style>