Shades of Alizarin #F92C39
Tints of Alizarin #F92C39
RGB
CMYK
RGB Variations
Color information
#F92C39 (or 0xF92C39) is known color: Alizarin. HEX triplet: F9, 2C and 39. RGB value is (249,44,57). Sum of RGB (Red+Green+Blue) = 249+44+57=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92C39 is #06D3C6. Grayscale: #6A6A6A. Windows color (decimal): -447431 or 3747065. OLE color: 3747065.
HSL color Cylindrical-coordinate representation of color #F92C39: hue angle of 356.2º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92C39 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 57 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.02 |
| HSL | 356.2º | 0.94% | 0.57% | - |
| HSV(B) | 356.2º | 0.82% | 0.98% | - |
| XYZ | 40.71 | 22.24 | 6.02 | - |
| YUV | 106.78 | 99.92 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 57 | 0 | 0.82 | 0.77 | 0.02 | 356.2 | 0.94 | 0.57 |
| Hex | F9 | 2C | 39 | 0 | 52 | 4D | 2 | 164 | 5E | 39 |
| Octal | 371 | 54 | 71 | 0 | 122 | 115 | 2 | 544 | 136 | 71 |
| Binary | 11111001 | 101100 | 111001 | 0 | 1010010 | 1001101 | 10 | 101100100 | 1011110 | 111001 |
Color Harmonies of #F92C39
Complementary color
Monochromatic Colors of #F92C39
Black with #F92C39
Text Example
Text Example
White with #F92C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C39; }
p { color: rgb(249,44,57); }
H1.HeaderClassName
{
color: #F92C39;
}
.AnyTagClassName
{
color: #F92C39;
}
</style>
background-color css
<style>
a { background-color: #F92C39; }
a { background-color: rgb(249,44,57); }
div.DivClassName
{
background-color: #F92C39;
}
.BgClassName
{
background-color: #F92C39;
}
</style>
border-color css
<style>
span { border-color: #F92C39; }
span { border-color: rgb(249,44,57); }
td.TdClassName
{
border-color: #F92C39;
}
.TagClassName
{
border-color: #F92C39;
}
</style>