Shades of Crimson #DE1038
Tints of Crimson #DE1038
RGB
CMYK
RGB Variations
Color information
#DE1038 (or 0xDE1038) is known color: Crimson. HEX triplet: DE, 10 and 38. RGB value is (222,16,56). Sum of RGB (Red+Green+Blue) = 222+16+56=294 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.51% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1038 is #21EFC7. Grayscale: #525252. Windows color (decimal): -2224072 or 3674334. OLE color: 3674334.
HSL color Cylindrical-coordinate representation of color #DE1038: hue angle of 348.35º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE1038 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 56 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.13 |
| HSL | 348.35º | 0.87% | 0.47% | - |
| HSV(B) | 348.35º | 0.93% | 0.87% | - |
| XYZ | 31.02 | 16.19 | 5.23 | - |
| YUV | 82.15 | 113.25 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 56 | 0 | 0.93 | 0.75 | 0.13 | 348.35 | 0.87 | 0.47 |
| Hex | DE | 10 | 38 | 0 | 5D | 4B | D | 15C | 57 | 2F |
| Octal | 336 | 20 | 70 | 0 | 135 | 113 | 15 | 534 | 127 | 57 |
| Binary | 11011110 | 10000 | 111000 | 0 | 1011101 | 1001011 | 1101 | 101011100 | 1010111 | 101111 |
Color Harmonies of #DE1038
Complementary color
Monochromatic Colors of #DE1038
Black with #DE1038
Text Example
Text Example
White with #DE1038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1038; }
p { color: rgb(222,16,56); }
H1.HeaderClassName
{
color: #DE1038;
}
.AnyTagClassName
{
color: #DE1038;
}
</style>
background-color css
<style>
a { background-color: #DE1038; }
a { background-color: rgb(222,16,56); }
div.DivClassName
{
background-color: #DE1038;
}
.BgClassName
{
background-color: #DE1038;
}
</style>
border-color css
<style>
span { border-color: #DE1038; }
span { border-color: rgb(222,16,56); }
td.TdClassName
{
border-color: #DE1038;
}
.TagClassName
{
border-color: #DE1038;
}
</style>