Shades of Crimson #DE033F
Tints of Crimson #DE033F
RGB
CMYK
RGB Variations
Color information
#DE033F (or 0xDE033F) is known color: Crimson. HEX triplet: DE, 03 and 3F. RGB value is (222,3,63). Sum of RGB (Red+Green+Blue) = 222+3+63=288 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.08% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 222 - color contains mainly: red. Hex color #DE033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE033F is #21FCC0. Grayscale: #4B4B4B. Windows color (decimal): -2227393 or 4129758. OLE color: 4129758.
HSL color Cylindrical-coordinate representation of color #DE033F: hue angle of 343.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE033F is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 3 | 63 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.13 |
| HSL | 343.56º | 0.97% | 0.44% | - |
| HSV(B) | 343.56º | 0.99% | 0.87% | - |
| XYZ | 31.05 | 15.95 | 6.15 | - |
| YUV | 75.32 | 121.05 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 3 | 63 | 0 | 0.99 | 0.72 | 0.13 | 343.56 | 0.97 | 0.44 |
| Hex | DE | 3 | 3F | 0 | 63 | 48 | D | 158 | 61 | 2C |
| Octal | 336 | 3 | 77 | 0 | 143 | 110 | 15 | 530 | 141 | 54 |
| Binary | 11011110 | 11 | 111111 | 0 | 1100011 | 1001000 | 1101 | 101011000 | 1100001 | 101100 |
Color Harmonies of #DE033F
Complementary color
Monochromatic Colors of #DE033F
Black with #DE033F
Text Example
Text Example
White with #DE033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE033F; }
p { color: rgb(222,3,63); }
H1.HeaderClassName
{
color: #DE033F;
}
.AnyTagClassName
{
color: #DE033F;
}
</style>
background-color css
<style>
a { background-color: #DE033F; }
a { background-color: rgb(222,3,63); }
div.DivClassName
{
background-color: #DE033F;
}
.BgClassName
{
background-color: #DE033F;
}
</style>
border-color css
<style>
span { border-color: #DE033F; }
span { border-color: rgb(222,3,63); }
td.TdClassName
{
border-color: #DE033F;
}
.TagClassName
{
border-color: #DE033F;
}
</style>