Shades of Crimson #DE032B
Tints of Crimson #DE032B
RGB
CMYK
RGB Variations
Color information
#DE032B (or 0xDE032B) is known color: Crimson. HEX triplet: DE, 03 and 2B. RGB value is (222,3,43). Sum of RGB (Red+Green+Blue) = 222+3+43=268 (35% of max value = 765). Red value is 222 (87.11% from 255 or 82.84% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 222 - color contains mainly: red. Hex color #DE032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE032B is #21FCD4. Grayscale: #494949. Windows color (decimal): -2227413 or 2819038. OLE color: 2819038.
HSL color Cylindrical-coordinate representation of color #DE032B: hue angle of 349.04º 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 #DE032B is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 3 | 43 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.13 |
| HSL | 349.04º | 0.97% | 0.44% | - |
| HSV(B) | 349.04º | 0.99% | 0.87% | - |
| XYZ | 30.59 | 15.77 | 3.72 | - |
| YUV | 73.04 | 111.05 | 234.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 3 | 43 | 0 | 0.99 | 0.81 | 0.13 | 349.04 | 0.97 | 0.44 |
| Hex | DE | 3 | 2B | 0 | 63 | 51 | D | 15D | 61 | 2C |
| Octal | 336 | 3 | 53 | 0 | 143 | 121 | 15 | 535 | 141 | 54 |
| Binary | 11011110 | 11 | 101011 | 0 | 1100011 | 1010001 | 1101 | 101011101 | 1100001 | 101100 |
Color Harmonies of #DE032B
Complementary color
Monochromatic Colors of #DE032B
Black with #DE032B
Text Example
Text Example
White with #DE032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE032B; }
p { color: rgb(222,3,43); }
H1.HeaderClassName
{
color: #DE032B;
}
.AnyTagClassName
{
color: #DE032B;
}
</style>
background-color css
<style>
a { background-color: #DE032B; }
a { background-color: rgb(222,3,43); }
div.DivClassName
{
background-color: #DE032B;
}
.BgClassName
{
background-color: #DE032B;
}
</style>
border-color css
<style>
span { border-color: #DE032B; }
span { border-color: rgb(222,3,43); }
td.TdClassName
{
border-color: #DE032B;
}
.TagClassName
{
border-color: #DE032B;
}
</style>