Shades of Crimson #DE1336
Tints of Crimson #DE1336
RGB
CMYK
RGB Variations
Color information
#DE1336 (or 0xDE1336) is known color: Crimson. HEX triplet: DE, 13 and 36. RGB value is (222,19,54). Sum of RGB (Red+Green+Blue) = 222+19+54=295 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75.25% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1336 is #21ECC9. Grayscale: #535353. Windows color (decimal): -2223306 or 3544030. OLE color: 3544030.
HSL color Cylindrical-coordinate representation of color #DE1336: hue angle of 349.66º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE1336 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 19 | 54 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.13 |
| HSL | 349.66º | 0.84% | 0.47% | - |
| HSV(B) | 349.66º | 0.91% | 0.87% | - |
| XYZ | 31.02 | 16.26 | 4.99 | - |
| YUV | 83.69 | 111.25 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 19 | 54 | 0 | 0.91 | 0.76 | 0.13 | 349.66 | 0.84 | 0.47 |
| Hex | DE | 13 | 36 | 0 | 5B | 4C | D | 15E | 54 | 2F |
| Octal | 336 | 23 | 66 | 0 | 133 | 114 | 15 | 536 | 124 | 57 |
| Binary | 11011110 | 10011 | 110110 | 0 | 1011011 | 1001100 | 1101 | 101011110 | 1010100 | 101111 |
Color Harmonies of #DE1336
Complementary color
Monochromatic Colors of #DE1336
Black with #DE1336
Text Example
Text Example
White with #DE1336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1336; }
p { color: rgb(222,19,54); }
H1.HeaderClassName
{
color: #DE1336;
}
.AnyTagClassName
{
color: #DE1336;
}
</style>
background-color css
<style>
a { background-color: #DE1336; }
a { background-color: rgb(222,19,54); }
div.DivClassName
{
background-color: #DE1336;
}
.BgClassName
{
background-color: #DE1336;
}
</style>
border-color css
<style>
span { border-color: #DE1336; }
span { border-color: rgb(222,19,54); }
td.TdClassName
{
border-color: #DE1336;
}
.TagClassName
{
border-color: #DE1336;
}
</style>