Shades of Alizarin #F93037
Tints of Alizarin #F93037
RGB
CMYK
RGB Variations
Color information
#F93037 (or 0xF93037) is known color: Alizarin. HEX triplet: F9, 30 and 37. RGB value is (249,48,55). Sum of RGB (Red+Green+Blue) = 249+48+55=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F93037 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93037 is #06CFC8. Grayscale: #6D6D6D. Windows color (decimal): -446409 or 3617017. OLE color: 3617017.
HSL color Cylindrical-coordinate representation of color #F93037: hue angle of 357.91º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F93037 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 55 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.02 |
| HSL | 357.91º | 0.94% | 0.58% | - |
| HSV(B) | 357.91º | 0.81% | 0.98% | - |
| XYZ | 40.81 | 22.53 | 5.81 | - |
| YUV | 108.9 | 97.59 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 55 | 0 | 0.81 | 0.78 | 0.02 | 357.91 | 0.94 | 0.58 |
| Hex | F9 | 30 | 37 | 0 | 51 | 4E | 2 | 166 | 5E | 3A |
| Octal | 371 | 60 | 67 | 0 | 121 | 116 | 2 | 546 | 136 | 72 |
| Binary | 11111001 | 110000 | 110111 | 0 | 1010001 | 1001110 | 10 | 101100110 | 1011110 | 111010 |
Color Harmonies of #F93037
Complementary color
Monochromatic Colors of #F93037
Black with #F93037
Text Example
Text Example
White with #F93037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93037; }
p { color: rgb(249,48,55); }
H1.HeaderClassName
{
color: #F93037;
}
.AnyTagClassName
{
color: #F93037;
}
</style>
background-color css
<style>
a { background-color: #F93037; }
a { background-color: rgb(249,48,55); }
div.DivClassName
{
background-color: #F93037;
}
.BgClassName
{
background-color: #F93037;
}
</style>
border-color css
<style>
span { border-color: #F93037; }
span { border-color: rgb(249,48,55); }
td.TdClassName
{
border-color: #F93037;
}
.TagClassName
{
border-color: #F93037;
}
</style>