Shades of Alizarin #F92C33
Tints of Alizarin #F92C33
RGB
CMYK
RGB Variations
Color information
#F92C33 (or 0xF92C33) is known color: Alizarin. HEX triplet: F9, 2C and 33. RGB value is (249,44,51). Sum of RGB (Red+Green+Blue) = 249+44+51=344 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.38% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92C33 is #06D3CC. Grayscale: #6A6A6A. Windows color (decimal): -447437 or 3353849. OLE color: 3353849.
HSL color Cylindrical-coordinate representation of color #F92C33: hue angle of 357.95º 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 #F92C33 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 51 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.02 |
| HSL | 357.95º | 0.94% | 0.57% | - |
| HSV(B) | 357.95º | 0.82% | 0.98% | - |
| XYZ | 40.57 | 22.18 | 5.28 | - |
| YUV | 106.09 | 96.92 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 51 | 0 | 0.82 | 0.80 | 0.02 | 357.95 | 0.94 | 0.57 |
| Hex | F9 | 2C | 33 | 0 | 52 | 50 | 2 | 166 | 5E | 39 |
| Octal | 371 | 54 | 63 | 0 | 122 | 120 | 2 | 546 | 136 | 71 |
| Binary | 11111001 | 101100 | 110011 | 0 | 1010010 | 1010000 | 10 | 101100110 | 1011110 | 111001 |
Color Harmonies of #F92C33
Complementary color
Monochromatic Colors of #F92C33
Black with #F92C33
Text Example
Text Example
White with #F92C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C33; }
p { color: rgb(249,44,51); }
H1.HeaderClassName
{
color: #F92C33;
}
.AnyTagClassName
{
color: #F92C33;
}
</style>
background-color css
<style>
a { background-color: #F92C33; }
a { background-color: rgb(249,44,51); }
div.DivClassName
{
background-color: #F92C33;
}
.BgClassName
{
background-color: #F92C33;
}
</style>
border-color css
<style>
span { border-color: #F92C33; }
span { border-color: rgb(249,44,51); }
td.TdClassName
{
border-color: #F92C33;
}
.TagClassName
{
border-color: #F92C33;
}
</style>