Shades of Alizarin #F92A2C
Tints of Alizarin #F92A2C
RGB
CMYK
RGB Variations
Color information
#F92A2C (or 0xF92A2C) is known color: Alizarin. HEX triplet: F9, 2A and 2C. RGB value is (249,42,44). Sum of RGB (Red+Green+Blue) = 249+42+44=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92A2C is #06D5D3. Grayscale: #686868. Windows color (decimal): -447956 or 2894585. OLE color: 2894585.
HSL color Cylindrical-coordinate representation of color #F92A2C: 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.83%. Process color model (Four color, CMYK) of #F92A2C is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 42 | 44 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.02 |
| HSL | 359.42º | 0.95% | 0.57% | - |
| HSV(B) | 359.42º | 0.83% | 0.98% | - |
| XYZ | 40.35 | 21.98 | 4.5 | - |
| YUV | 104.12 | 94.08 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 42 | 44 | 0 | 0.83 | 0.82 | 0.02 | 359.42 | 0.95 | 0.57 |
| Hex | F9 | 2A | 2C | 0 | 53 | 52 | 2 | 167 | 5F | 39 |
| Octal | 371 | 52 | 54 | 0 | 123 | 122 | 2 | 547 | 137 | 71 |
| Binary | 11111001 | 101010 | 101100 | 0 | 1010011 | 1010010 | 10 | 101100111 | 1011111 | 111001 |
Color Harmonies of #F92A2C
Complementary color
Monochromatic Colors of #F92A2C
Black with #F92A2C
Text Example
Text Example
White with #F92A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92A2C; }
p { color: rgb(249,42,44); }
H1.HeaderClassName
{
color: #F92A2C;
}
.AnyTagClassName
{
color: #F92A2C;
}
</style>
background-color css
<style>
a { background-color: #F92A2C; }
a { background-color: rgb(249,42,44); }
div.DivClassName
{
background-color: #F92A2C;
}
.BgClassName
{
background-color: #F92A2C;
}
</style>
border-color css
<style>
span { border-color: #F92A2C; }
span { border-color: rgb(249,42,44); }
td.TdClassName
{
border-color: #F92A2C;
}
.TagClassName
{
border-color: #F92A2C;
}
</style>