Shades of Alizarin #DF2A30
Tints of Alizarin #DF2A30
RGB
CMYK
RGB Variations
Color information
#DF2A30 (or 0xDF2A30) is known color: Alizarin. HEX triplet: DF, 2A and 30. RGB value is (223,42,48). Sum of RGB (Red+Green+Blue) = 223+42+48=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2A30 is #20D5CF. Grayscale: #606060. Windows color (decimal): -2151888 or 3156703. OLE color: 3156703.
HSL color Cylindrical-coordinate representation of color #DF2A30: hue angle of 358.01º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2A30 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 48 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.13 |
| HSL | 358.01º | 0.74% | 0.52% | - |
| HSV(B) | 358.01º | 0.81% | 0.87% | - |
| XYZ | 31.79 | 17.56 | 4.51 | - |
| YUV | 96.8 | 100.47 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 48 | 0 | 0.81 | 0.78 | 0.13 | 358.01 | 0.74 | 0.52 |
| Hex | DF | 2A | 30 | 0 | 51 | 4E | D | 166 | 4A | 34 |
| Octal | 337 | 52 | 60 | 0 | 121 | 116 | 15 | 546 | 112 | 64 |
| Binary | 11011111 | 101010 | 110000 | 0 | 1010001 | 1001110 | 1101 | 101100110 | 1001010 | 110100 |
Color Harmonies of #DF2A30
Complementary color
Monochromatic Colors of #DF2A30
Black with #DF2A30
Text Example
Text Example
White with #DF2A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2A30; }
p { color: rgb(223,42,48); }
H1.HeaderClassName
{
color: #DF2A30;
}
.AnyTagClassName
{
color: #DF2A30;
}
</style>
background-color css
<style>
a { background-color: #DF2A30; }
a { background-color: rgb(223,42,48); }
div.DivClassName
{
background-color: #DF2A30;
}
.BgClassName
{
background-color: #DF2A30;
}
</style>
border-color css
<style>
span { border-color: #DF2A30; }
span { border-color: rgb(223,42,48); }
td.TdClassName
{
border-color: #DF2A30;
}
.TagClassName
{
border-color: #DF2A30;
}
</style>