Shades of Alizarin #F9323E
Tints of Alizarin #F9323E
RGB
CMYK
RGB Variations
Color information
#F9323E (or 0xF9323E) is known color: Alizarin. HEX triplet: F9, 32 and 3E. RGB value is (249,50,62). Sum of RGB (Red+Green+Blue) = 249+50+62=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F9323E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9323E is #06CDC1. Grayscale: #6F6F6F. Windows color (decimal): -445890 or 4076281. OLE color: 4076281.
HSL color Cylindrical-coordinate representation of color #F9323E: hue angle of 356.38º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9323E is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 62 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.02 |
| HSL | 356.38º | 0.94% | 0.59% | - |
| HSV(B) | 356.38º | 0.8% | 0.98% | - |
| XYZ | 41.08 | 22.77 | 6.79 | - |
| YUV | 110.87 | 100.43 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 62 | 0 | 0.80 | 0.75 | 0.02 | 356.38 | 0.94 | 0.59 |
| Hex | F9 | 32 | 3E | 0 | 50 | 4B | 2 | 164 | 5E | 3B |
| Octal | 371 | 62 | 76 | 0 | 120 | 113 | 2 | 544 | 136 | 73 |
| Binary | 11111001 | 110010 | 111110 | 0 | 1010000 | 1001011 | 10 | 101100100 | 1011110 | 111011 |
Color Harmonies of #F9323E
Complementary color
Monochromatic Colors of #F9323E
Black with #F9323E
Text Example
Text Example
White with #F9323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9323E; }
p { color: rgb(249,50,62); }
H1.HeaderClassName
{
color: #F9323E;
}
.AnyTagClassName
{
color: #F9323E;
}
</style>
background-color css
<style>
a { background-color: #F9323E; }
a { background-color: rgb(249,50,62); }
div.DivClassName
{
background-color: #F9323E;
}
.BgClassName
{
background-color: #F9323E;
}
</style>
border-color css
<style>
span { border-color: #F9323E; }
span { border-color: rgb(249,50,62); }
td.TdClassName
{
border-color: #F9323E;
}
.TagClassName
{
border-color: #F9323E;
}
</style>