Shades of Crimson #DE1E3F
Tints of Crimson #DE1E3F
RGB
CMYK
RGB Variations
Color information
#DE1E3F (or 0xDE1E3F) is known color: Crimson. HEX triplet: DE, 1E and 3F. RGB value is (222,30,63). Sum of RGB (Red+Green+Blue) = 222+30+63=315 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.48% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1E3F is #21E1C0. Grayscale: #5B5B5B. Windows color (decimal): -2220481 or 4136670. OLE color: 4136670.
HSL color Cylindrical-coordinate representation of color #DE1E3F: hue angle of 349.69º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1E3F is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 30 | 63 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.13 |
| HSL | 349.69º | 0.76% | 0.49% | - |
| HSV(B) | 349.69º | 0.86% | 0.87% | - |
| XYZ | 31.49 | 16.82 | 6.29 | - |
| YUV | 91.17 | 112.11 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 63 | 0 | 0.86 | 0.72 | 0.13 | 349.69 | 0.76 | 0.49 |
| Hex | DE | 1E | 3F | 0 | 56 | 48 | D | 15E | 4C | 31 |
| Octal | 336 | 36 | 77 | 0 | 126 | 110 | 15 | 536 | 114 | 61 |
| Binary | 11011110 | 11110 | 111111 | 0 | 1010110 | 1001000 | 1101 | 101011110 | 1001100 | 110001 |
Color Harmonies of #DE1E3F
Complementary color
Monochromatic Colors of #DE1E3F
Black with #DE1E3F
Text Example
Text Example
White with #DE1E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1E3F; }
p { color: rgb(222,30,63); }
H1.HeaderClassName
{
color: #DE1E3F;
}
.AnyTagClassName
{
color: #DE1E3F;
}
</style>
background-color css
<style>
a { background-color: #DE1E3F; }
a { background-color: rgb(222,30,63); }
div.DivClassName
{
background-color: #DE1E3F;
}
.BgClassName
{
background-color: #DE1E3F;
}
</style>
border-color css
<style>
span { border-color: #DE1E3F; }
span { border-color: rgb(222,30,63); }
td.TdClassName
{
border-color: #DE1E3F;
}
.TagClassName
{
border-color: #DE1E3F;
}
</style>