Shades of Alizarin #F92833
Tints of Alizarin #F92833
RGB
CMYK
RGB Variations
Color information
#F92833 (or 0xF92833) is known color: Alizarin. HEX triplet: F9, 28 and 33. RGB value is (249,40,51). Sum of RGB (Red+Green+Blue) = 249+40+51=340 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.24% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 249 - color contains mainly: red. Hex color #F92833 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92833 is #06D7CC. Grayscale: #676767. Windows color (decimal): -448461 or 3352825. OLE color: 3352825.
HSL color Cylindrical-coordinate representation of color #F92833: hue angle of 356.84º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F92833 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 40 | 51 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.02 |
| HSL | 356.84º | 0.95% | 0.57% | - |
| HSV(B) | 356.84º | 0.84% | 0.98% | - |
| XYZ | 40.42 | 21.9 | 5.23 | - |
| YUV | 103.75 | 98.24 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 51 | 0 | 0.84 | 0.80 | 0.02 | 356.84 | 0.95 | 0.57 |
| Hex | F9 | 28 | 33 | 0 | 54 | 50 | 2 | 165 | 5F | 39 |
| Octal | 371 | 50 | 63 | 0 | 124 | 120 | 2 | 545 | 137 | 71 |
| Binary | 11111001 | 101000 | 110011 | 0 | 1010100 | 1010000 | 10 | 101100101 | 1011111 | 111001 |
Color Harmonies of #F92833
Complementary color
Monochromatic Colors of #F92833
Black with #F92833
Text Example
Text Example
White with #F92833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92833; }
p { color: rgb(249,40,51); }
H1.HeaderClassName
{
color: #F92833;
}
.AnyTagClassName
{
color: #F92833;
}
</style>
background-color css
<style>
a { background-color: #F92833; }
a { background-color: rgb(249,40,51); }
div.DivClassName
{
background-color: #F92833;
}
.BgClassName
{
background-color: #F92833;
}
</style>
border-color css
<style>
span { border-color: #F92833; }
span { border-color: rgb(249,40,51); }
td.TdClassName
{
border-color: #F92833;
}
.TagClassName
{
border-color: #F92833;
}
</style>