Shades of Alizarin #DF1B33
Tints of Alizarin #DF1B33
RGB
CMYK
RGB Variations
Color information
#DF1B33 (or 0xDF1B33) is known color: Alizarin. HEX triplet: DF, 1B and 33. RGB value is (223,27,51). Sum of RGB (Red+Green+Blue) = 223+27+51=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1B33 is #20E4CC. Grayscale: #585858. Windows color (decimal): -2155725 or 3349471. OLE color: 3349471.
HSL color Cylindrical-coordinate representation of color #DF1B33: hue angle of 352.65º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1B33 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 27 | 51 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.13 |
| HSL | 352.65º | 0.78% | 0.49% | - |
| HSV(B) | 352.65º | 0.88% | 0.87% | - |
| XYZ | 31.42 | 16.71 | 4.7 | - |
| YUV | 88.34 | 106.93 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 51 | 0 | 0.88 | 0.77 | 0.13 | 352.65 | 0.78 | 0.49 |
| Hex | DF | 1B | 33 | 0 | 58 | 4D | D | 161 | 4E | 31 |
| Octal | 337 | 33 | 63 | 0 | 130 | 115 | 15 | 541 | 116 | 61 |
| Binary | 11011111 | 11011 | 110011 | 0 | 1011000 | 1001101 | 1101 | 101100001 | 1001110 | 110001 |
Color Harmonies of #DF1B33
Complementary color
Monochromatic Colors of #DF1B33
Black with #DF1B33
Text Example
Text Example
White with #DF1B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1B33; }
p { color: rgb(223,27,51); }
H1.HeaderClassName
{
color: #DF1B33;
}
.AnyTagClassName
{
color: #DF1B33;
}
</style>
background-color css
<style>
a { background-color: #DF1B33; }
a { background-color: rgb(223,27,51); }
div.DivClassName
{
background-color: #DF1B33;
}
.BgClassName
{
background-color: #DF1B33;
}
</style>
border-color css
<style>
span { border-color: #DF1B33; }
span { border-color: rgb(223,27,51); }
td.TdClassName
{
border-color: #DF1B33;
}
.TagClassName
{
border-color: #DF1B33;
}
</style>