Shades of Crimson #DE032E
Tints of Crimson #DE032E
RGB
CMYK
RGB Variations
Color information
#DE032E (or 0xDE032E) is known color: Crimson. HEX triplet: DE, 03 and 2E. RGB value is (222,3,46). Sum of RGB (Red+Green+Blue) = 222+3+46=271 (35% of max value = 765). Red value is 222 (87.11% from 255 or 81.92% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 222 - color contains mainly: red. Hex color #DE032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE032E is #21FCD1. Grayscale: #494949. Windows color (decimal): -2227410 or 3015646. OLE color: 3015646.
HSL color Cylindrical-coordinate representation of color #DE032E: hue angle of 348.22º 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 #DE032E is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 3 | 46 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.13 |
| HSL | 348.22º | 0.97% | 0.44% | - |
| HSV(B) | 348.22º | 0.99% | 0.87% | - |
| XYZ | 30.65 | 15.79 | 4.02 | - |
| YUV | 73.38 | 112.55 | 234 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 3 | 46 | 0 | 0.99 | 0.79 | 0.13 | 348.22 | 0.97 | 0.44 |
| Hex | DE | 3 | 2E | 0 | 63 | 4F | D | 15C | 61 | 2C |
| Octal | 336 | 3 | 56 | 0 | 143 | 117 | 15 | 534 | 141 | 54 |
| Binary | 11011110 | 11 | 101110 | 0 | 1100011 | 1001111 | 1101 | 101011100 | 1100001 | 101100 |
Color Harmonies of #DE032E
Complementary color
Monochromatic Colors of #DE032E
Black with #DE032E
Text Example
Text Example
White with #DE032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE032E; }
p { color: rgb(222,3,46); }
H1.HeaderClassName
{
color: #DE032E;
}
.AnyTagClassName
{
color: #DE032E;
}
</style>
background-color css
<style>
a { background-color: #DE032E; }
a { background-color: rgb(222,3,46); }
div.DivClassName
{
background-color: #DE032E;
}
.BgClassName
{
background-color: #DE032E;
}
</style>
border-color css
<style>
span { border-color: #DE032E; }
span { border-color: rgb(222,3,46); }
td.TdClassName
{
border-color: #DE032E;
}
.TagClassName
{
border-color: #DE032E;
}
</style>