Shades of Crimson #DE0A2B
Tints of Crimson #DE0A2B
RGB
CMYK
RGB Variations
Color information
#DE0A2B (or 0xDE0A2B) is known color: Crimson. HEX triplet: DE, 0A and 2B. RGB value is (222,10,43). Sum of RGB (Red+Green+Blue) = 222+10+43=275 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.73% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0A2B is #21F5D4. Grayscale: #4D4D4D. Windows color (decimal): -2225621 or 2820830. OLE color: 2820830.
HSL color Cylindrical-coordinate representation of color #DE0A2B: hue angle of 350.66º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0A2B is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 10 | 43 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.13 |
| HSL | 350.66º | 0.91% | 0.45% | - |
| HSV(B) | 350.66º | 0.95% | 0.87% | - |
| XYZ | 30.67 | 15.92 | 3.74 | - |
| YUV | 77.15 | 108.74 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 10 | 43 | 0 | 0.95 | 0.81 | 0.13 | 350.66 | 0.91 | 0.45 |
| Hex | DE | A | 2B | 0 | 5F | 51 | D | 15F | 5B | 2D |
| Octal | 336 | 12 | 53 | 0 | 137 | 121 | 15 | 537 | 133 | 55 |
| Binary | 11011110 | 1010 | 101011 | 0 | 1011111 | 1010001 | 1101 | 101011111 | 1011011 | 101101 |
Color Harmonies of #DE0A2B
Complementary color
Monochromatic Colors of #DE0A2B
Black with #DE0A2B
Text Example
Text Example
White with #DE0A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0A2B; }
p { color: rgb(222,10,43); }
H1.HeaderClassName
{
color: #DE0A2B;
}
.AnyTagClassName
{
color: #DE0A2B;
}
</style>
background-color css
<style>
a { background-color: #DE0A2B; }
a { background-color: rgb(222,10,43); }
div.DivClassName
{
background-color: #DE0A2B;
}
.BgClassName
{
background-color: #DE0A2B;
}
</style>
border-color css
<style>
span { border-color: #DE0A2B; }
span { border-color: rgb(222,10,43); }
td.TdClassName
{
border-color: #DE0A2B;
}
.TagClassName
{
border-color: #DE0A2B;
}
</style>