Shades of Alizarin #DE2D30
Tints of Alizarin #DE2D30
RGB
CMYK
RGB Variations
Color information
#DE2D30 (or 0xDE2D30) is known color: Alizarin. HEX triplet: DE, 2D and 30. RGB value is (222,45,48). Sum of RGB (Red+Green+Blue) = 222+45+48=315 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.48% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2D30 is #21D2CF. Grayscale: #626262. Windows color (decimal): -2216656 or 3157470. OLE color: 3157470.
HSL color Cylindrical-coordinate representation of color #DE2D30: hue angle of 358.98º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2D30 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 45 | 48 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.13 |
| HSL | 358.98º | 0.73% | 0.52% | - |
| HSV(B) | 358.98º | 0.8% | 0.87% | - |
| XYZ | 31.6 | 17.62 | 4.53 | - |
| YUV | 98.27 | 99.64 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 45 | 48 | 0 | 0.80 | 0.78 | 0.13 | 358.98 | 0.73 | 0.52 |
| Hex | DE | 2D | 30 | 0 | 50 | 4E | D | 167 | 49 | 34 |
| Octal | 336 | 55 | 60 | 0 | 120 | 116 | 15 | 547 | 111 | 64 |
| Binary | 11011110 | 101101 | 110000 | 0 | 1010000 | 1001110 | 1101 | 101100111 | 1001001 | 110100 |
Color Harmonies of #DE2D30
Complementary color
Monochromatic Colors of #DE2D30
Black with #DE2D30
Text Example
Text Example
White with #DE2D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2D30; }
p { color: rgb(222,45,48); }
H1.HeaderClassName
{
color: #DE2D30;
}
.AnyTagClassName
{
color: #DE2D30;
}
</style>
background-color css
<style>
a { background-color: #DE2D30; }
a { background-color: rgb(222,45,48); }
div.DivClassName
{
background-color: #DE2D30;
}
.BgClassName
{
background-color: #DE2D30;
}
</style>
border-color css
<style>
span { border-color: #DE2D30; }
span { border-color: rgb(222,45,48); }
td.TdClassName
{
border-color: #DE2D30;
}
.TagClassName
{
border-color: #DE2D30;
}
</style>