Shades of Alizarin #F92829
Tints of Alizarin #F92829
RGB
CMYK
RGB Variations
Color information
#F92829 (or 0xF92829) is known color: Alizarin. HEX triplet: F9, 28 and 29. RGB value is (249,40,41). Sum of RGB (Red+Green+Blue) = 249+40+41=330 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.45% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 249 - color contains mainly: red. Hex color #F92829 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92829 is #06D7D6. Grayscale: #666666. Windows color (decimal): -448471 or 2697465. OLE color: 2697465.
HSL color Cylindrical-coordinate representation of color #F92829: hue angle of 359.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F92829 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 40 | 41 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.02 |
| HSL | 359.71º | 0.95% | 0.57% | - |
| HSV(B) | 359.71º | 0.84% | 0.98% | - |
| XYZ | 40.23 | 21.82 | 4.19 | - |
| YUV | 102.61 | 93.24 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 41 | 0 | 0.84 | 0.84 | 0.02 | 359.71 | 0.95 | 0.57 |
| Hex | F9 | 28 | 29 | 0 | 54 | 54 | 2 | 168 | 5F | 39 |
| Octal | 371 | 50 | 51 | 0 | 124 | 124 | 2 | 550 | 137 | 71 |
| Binary | 11111001 | 101000 | 101001 | 0 | 1010100 | 1010100 | 10 | 101101000 | 1011111 | 111001 |
Color Harmonies of #F92829
Complementary color
Monochromatic Colors of #F92829
Black with #F92829
Text Example
Text Example
White with #F92829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92829; }
p { color: rgb(249,40,41); }
H1.HeaderClassName
{
color: #F92829;
}
.AnyTagClassName
{
color: #F92829;
}
</style>
background-color css
<style>
a { background-color: #F92829; }
a { background-color: rgb(249,40,41); }
div.DivClassName
{
background-color: #F92829;
}
.BgClassName
{
background-color: #F92829;
}
</style>
border-color css
<style>
span { border-color: #F92829; }
span { border-color: rgb(249,40,41); }
td.TdClassName
{
border-color: #F92829;
}
.TagClassName
{
border-color: #F92829;
}
</style>