Shades of Alizarin #DF1F30
Tints of Alizarin #DF1F30
RGB
CMYK
RGB Variations
Color information
#DF1F30 (or 0xDF1F30) is known color: Alizarin. HEX triplet: DF, 1F and 30. RGB value is (223,31,48). Sum of RGB (Red+Green+Blue) = 223+31+48=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1F30 is #20E0CF. Grayscale: #5A5A5A. Windows color (decimal): -2154704 or 3153887. OLE color: 3153887.
HSL color Cylindrical-coordinate representation of color #DF1F30: hue angle of 354.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF1F30 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 31 | 48 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.13 |
| HSL | 354.69º | 0.76% | 0.5% | - |
| HSV(B) | 354.69º | 0.86% | 0.87% | - |
| XYZ | 31.45 | 16.88 | 4.4 | - |
| YUV | 90.35 | 104.11 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 48 | 0 | 0.86 | 0.78 | 0.13 | 354.69 | 0.76 | 0.5 |
| Hex | DF | 1F | 30 | 0 | 56 | 4E | D | 163 | 4C | 32 |
| Octal | 337 | 37 | 60 | 0 | 126 | 116 | 15 | 543 | 114 | 62 |
| Binary | 11011111 | 11111 | 110000 | 0 | 1010110 | 1001110 | 1101 | 101100011 | 1001100 | 110010 |
Color Harmonies of #DF1F30
Complementary color
Monochromatic Colors of #DF1F30
Black with #DF1F30
Text Example
Text Example
White with #DF1F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1F30; }
p { color: rgb(223,31,48); }
H1.HeaderClassName
{
color: #DF1F30;
}
.AnyTagClassName
{
color: #DF1F30;
}
</style>
background-color css
<style>
a { background-color: #DF1F30; }
a { background-color: rgb(223,31,48); }
div.DivClassName
{
background-color: #DF1F30;
}
.BgClassName
{
background-color: #DF1F30;
}
</style>
border-color css
<style>
span { border-color: #DF1F30; }
span { border-color: rgb(223,31,48); }
td.TdClassName
{
border-color: #DF1F30;
}
.TagClassName
{
border-color: #DF1F30;
}
</style>