Shades of Alizarin #F92637
Tints of Alizarin #F92637
RGB
CMYK
RGB Variations
Color information
#F92637 (or 0xF92637) is known color: Alizarin. HEX triplet: F9, 26 and 37. RGB value is (249,38,55). Sum of RGB (Red+Green+Blue) = 249+38+55=342 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.81% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 249 - color contains mainly: red. Hex color #F92637 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92637 is #06D9C8. Grayscale: #676767. Windows color (decimal): -448969 or 3614457. OLE color: 3614457.
HSL color Cylindrical-coordinate representation of color #F92637: hue angle of 355.17º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F92637 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 55 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.02 |
| HSL | 355.17º | 0.95% | 0.56% | - |
| HSV(B) | 355.17º | 0.85% | 0.98% | - |
| XYZ | 40.45 | 21.8 | 5.69 | - |
| YUV | 103.03 | 100.9 | 232.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 55 | 0 | 0.85 | 0.78 | 0.02 | 355.17 | 0.95 | 0.56 |
| Hex | F9 | 26 | 37 | 0 | 55 | 4E | 2 | 163 | 5F | 38 |
| Octal | 371 | 46 | 67 | 0 | 125 | 116 | 2 | 543 | 137 | 70 |
| Binary | 11111001 | 100110 | 110111 | 0 | 1010101 | 1001110 | 10 | 101100011 | 1011111 | 111000 |
Color Harmonies of #F92637
Complementary color
Monochromatic Colors of #F92637
Black with #F92637
Text Example
Text Example
White with #F92637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92637; }
p { color: rgb(249,38,55); }
H1.HeaderClassName
{
color: #F92637;
}
.AnyTagClassName
{
color: #F92637;
}
</style>
background-color css
<style>
a { background-color: #F92637; }
a { background-color: rgb(249,38,55); }
div.DivClassName
{
background-color: #F92637;
}
.BgClassName
{
background-color: #F92637;
}
</style>
border-color css
<style>
span { border-color: #F92637; }
span { border-color: rgb(249,38,55); }
td.TdClassName
{
border-color: #F92637;
}
.TagClassName
{
border-color: #F92637;
}
</style>