Shades of Alizarin #F92D38
Tints of Alizarin #F92D38
RGB
CMYK
RGB Variations
Color information
#F92D38 (or 0xF92D38) is known color: Alizarin. HEX triplet: F9, 2D and 38. RGB value is (249,45,56). Sum of RGB (Red+Green+Blue) = 249+45+56=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D38 is #06D2C7. Grayscale: #6B6B6B. Windows color (decimal): -447176 or 3681785. OLE color: 3681785.
HSL color Cylindrical-coordinate representation of color #F92D38: hue angle of 356.76º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92D38 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 56 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.02 |
| HSL | 356.76º | 0.94% | 0.58% | - |
| HSV(B) | 356.76º | 0.82% | 0.98% | - |
| XYZ | 40.72 | 22.3 | 5.9 | - |
| YUV | 107.25 | 99.09 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 56 | 0 | 0.82 | 0.78 | 0.02 | 356.76 | 0.94 | 0.58 |
| Hex | F9 | 2D | 38 | 0 | 52 | 4E | 2 | 165 | 5E | 3A |
| Octal | 371 | 55 | 70 | 0 | 122 | 116 | 2 | 545 | 136 | 72 |
| Binary | 11111001 | 101101 | 111000 | 0 | 1010010 | 1001110 | 10 | 101100101 | 1011110 | 111010 |
Color Harmonies of #F92D38
Complementary color
Monochromatic Colors of #F92D38
Black with #F92D38
Text Example
Text Example
White with #F92D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D38; }
p { color: rgb(249,45,56); }
H1.HeaderClassName
{
color: #F92D38;
}
.AnyTagClassName
{
color: #F92D38;
}
</style>
background-color css
<style>
a { background-color: #F92D38; }
a { background-color: rgb(249,45,56); }
div.DivClassName
{
background-color: #F92D38;
}
.BgClassName
{
background-color: #F92D38;
}
</style>
border-color css
<style>
span { border-color: #F92D38; }
span { border-color: rgb(249,45,56); }
td.TdClassName
{
border-color: #F92D38;
}
.TagClassName
{
border-color: #F92D38;
}
</style>