Shades of Alizarin #F9292B
Tints of Alizarin #F9292B
RGB
CMYK
RGB Variations
Color information
#F9292B (or 0xF9292B) is known color: Alizarin. HEX triplet: F9, 29 and 2B. RGB value is (249,41,43). Sum of RGB (Red+Green+Blue) = 249+41+43=333 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.77% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 249 - color contains mainly: red. Hex color #F9292B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9292B is #06D6D4. Grayscale: #676767. Windows color (decimal): -448213 or 2828793. OLE color: 2828793.
HSL color Cylindrical-coordinate representation of color #F9292B: hue angle of 359.42º 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 #F9292B is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 41 | 43 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.02 |
| HSL | 359.42º | 0.95% | 0.57% | - |
| HSV(B) | 359.42º | 0.84% | 0.98% | - |
| XYZ | 40.3 | 21.9 | 4.39 | - |
| YUV | 103.42 | 93.91 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 41 | 43 | 0 | 0.84 | 0.83 | 0.02 | 359.42 | 0.95 | 0.57 |
| Hex | F9 | 29 | 2B | 0 | 54 | 53 | 2 | 167 | 5F | 39 |
| Octal | 371 | 51 | 53 | 0 | 124 | 123 | 2 | 547 | 137 | 71 |
| Binary | 11111001 | 101001 | 101011 | 0 | 1010100 | 1010011 | 10 | 101100111 | 1011111 | 111001 |
Color Harmonies of #F9292B
Complementary color
Monochromatic Colors of #F9292B
Black with #F9292B
Text Example
Text Example
White with #F9292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9292B; }
p { color: rgb(249,41,43); }
H1.HeaderClassName
{
color: #F9292B;
}
.AnyTagClassName
{
color: #F9292B;
}
</style>
background-color css
<style>
a { background-color: #F9292B; }
a { background-color: rgb(249,41,43); }
div.DivClassName
{
background-color: #F9292B;
}
.BgClassName
{
background-color: #F9292B;
}
</style>
border-color css
<style>
span { border-color: #F9292B; }
span { border-color: rgb(249,41,43); }
td.TdClassName
{
border-color: #F9292B;
}
.TagClassName
{
border-color: #F9292B;
}
</style>