Shades of Crimson #DE0038
Tints of Crimson #DE0038
RGB
CMYK
RGB Variations
Color information
#DE0038 (or 0xDE0038) is known color: Crimson. HEX triplet: DE, 00 and 38. RGB value is (222,0,56). Sum of RGB (Red+Green+Blue) = 222+0+56=278 (36% of max value = 765). Red value is 222 (87.11% from 255 or 79.86% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0038 is #21FFC7. Grayscale: #484848. Windows color (decimal): -2228168 or 3670238. OLE color: 3670238.
HSL color Cylindrical-coordinate representation of color #DE0038: hue angle of 344.86º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0038 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.75 | 0.13 |
| HSL | 344.86º | 1% | 0.44% | - |
| HSV(B) | 344.86º | 1% | 0.87% | - |
| XYZ | 30.84 | 15.82 | 5.17 | - |
| YUV | 72.76 | 118.55 | 234.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 56 | 0 | 1 | 0.75 | 0.13 | 344.86 | 1 | 0.44 |
| Hex | DE | 0 | 38 | 0 | 64 | 4B | D | 159 | 64 | 2C |
| Octal | 336 | 0 | 70 | 0 | 144 | 113 | 15 | 531 | 144 | 54 |
| Binary | 11011110 | 0 | 111000 | 0 | 1100100 | 1001011 | 1101 | 101011001 | 1100100 | 101100 |
Color Harmonies of #DE0038
Complementary color
Monochromatic Colors of #DE0038
Black with #DE0038
Text Example
Text Example
White with #DE0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0038; }
p { color: rgb(222,0,56); }
H1.HeaderClassName
{
color: #DE0038;
}
.AnyTagClassName
{
color: #DE0038;
}
</style>
background-color css
<style>
a { background-color: #DE0038; }
a { background-color: rgb(222,0,56); }
div.DivClassName
{
background-color: #DE0038;
}
.BgClassName
{
background-color: #DE0038;
}
</style>
border-color css
<style>
span { border-color: #DE0038; }
span { border-color: rgb(222,0,56); }
td.TdClassName
{
border-color: #DE0038;
}
.TagClassName
{
border-color: #DE0038;
}
</style>