Shades of Alizarin #F92C32
Tints of Alizarin #F92C32
RGB
CMYK
RGB Variations
Color information
#F92C32 (or 0xF92C32) is known color: Alizarin. HEX triplet: F9, 2C and 32. RGB value is (249,44,50). Sum of RGB (Red+Green+Blue) = 249+44+50=343 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.59% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92C32 is #06D3CD. Grayscale: #6A6A6A. Windows color (decimal): -447438 or 3288313. OLE color: 3288313.
HSL color Cylindrical-coordinate representation of color #F92C32: hue angle of 358.24º 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 #F92C32 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 50 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.02 |
| HSL | 358.24º | 0.94% | 0.57% | - |
| HSV(B) | 358.24º | 0.82% | 0.98% | - |
| XYZ | 40.54 | 22.17 | 5.16 | - |
| YUV | 105.98 | 96.42 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 50 | 0 | 0.82 | 0.80 | 0.02 | 358.24 | 0.94 | 0.57 |
| Hex | F9 | 2C | 32 | 0 | 52 | 50 | 2 | 166 | 5E | 39 |
| Octal | 371 | 54 | 62 | 0 | 122 | 120 | 2 | 546 | 136 | 71 |
| Binary | 11111001 | 101100 | 110010 | 0 | 1010010 | 1010000 | 10 | 101100110 | 1011110 | 111001 |
Color Harmonies of #F92C32
Complementary color
Monochromatic Colors of #F92C32
Black with #F92C32
Text Example
Text Example
White with #F92C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C32; }
p { color: rgb(249,44,50); }
H1.HeaderClassName
{
color: #F92C32;
}
.AnyTagClassName
{
color: #F92C32;
}
</style>
background-color css
<style>
a { background-color: #F92C32; }
a { background-color: rgb(249,44,50); }
div.DivClassName
{
background-color: #F92C32;
}
.BgClassName
{
background-color: #F92C32;
}
</style>
border-color css
<style>
span { border-color: #F92C32; }
span { border-color: rgb(249,44,50); }
td.TdClassName
{
border-color: #F92C32;
}
.TagClassName
{
border-color: #F92C32;
}
</style>