Shades of Alizarin #F92C2F
Tints of Alizarin #F92C2F
RGB
CMYK
RGB Variations
Color information
#F92C2F (or 0xF92C2F) is known color: Alizarin. HEX triplet: F9, 2C and 2F. RGB value is (249,44,47). Sum of RGB (Red+Green+Blue) = 249+44+47=340 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.24% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92C2F is #06D3D0. Grayscale: #696969. Windows color (decimal): -447441 or 3091705. OLE color: 3091705.
HSL color Cylindrical-coordinate representation of color #F92C2F: hue angle of 359.12º 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 #F92C2F is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 47 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.02 |
| HSL | 359.12º | 0.94% | 0.57% | - |
| HSV(B) | 359.12º | 0.82% | 0.98% | - |
| XYZ | 40.48 | 22.15 | 4.83 | - |
| YUV | 105.64 | 94.92 | 230.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 47 | 0 | 0.82 | 0.81 | 0.02 | 359.12 | 0.94 | 0.57 |
| Hex | F9 | 2C | 2F | 0 | 52 | 51 | 2 | 167 | 5E | 39 |
| Octal | 371 | 54 | 57 | 0 | 122 | 121 | 2 | 547 | 136 | 71 |
| Binary | 11111001 | 101100 | 101111 | 0 | 1010010 | 1010001 | 10 | 101100111 | 1011110 | 111001 |
Color Harmonies of #F92C2F
Complementary color
Monochromatic Colors of #F92C2F
Black with #F92C2F
Text Example
Text Example
White with #F92C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C2F; }
p { color: rgb(249,44,47); }
H1.HeaderClassName
{
color: #F92C2F;
}
.AnyTagClassName
{
color: #F92C2F;
}
</style>
background-color css
<style>
a { background-color: #F92C2F; }
a { background-color: rgb(249,44,47); }
div.DivClassName
{
background-color: #F92C2F;
}
.BgClassName
{
background-color: #F92C2F;
}
</style>
border-color css
<style>
span { border-color: #F92C2F; }
span { border-color: rgb(249,44,47); }
td.TdClassName
{
border-color: #F92C2F;
}
.TagClassName
{
border-color: #F92C2F;
}
</style>