Shades of Alizarin #F92D31
Tints of Alizarin #F92D31
RGB
CMYK
RGB Variations
Color information
#F92D31 (or 0xF92D31) is known color: Alizarin. HEX triplet: F9, 2D and 31. RGB value is (249,45,49). Sum of RGB (Red+Green+Blue) = 249+45+49=343 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.59% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D31 is #06D2CE. Grayscale: #6A6A6A. Windows color (decimal): -447183 or 3223033. OLE color: 3223033.
HSL color Cylindrical-coordinate representation of color #F92D31: hue angle of 358.82º 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 #F92D31 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 49 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.02 |
| HSL | 358.82º | 0.94% | 0.58% | - |
| HSV(B) | 358.82º | 0.82% | 0.98% | - |
| XYZ | 40.56 | 22.24 | 5.06 | - |
| YUV | 106.45 | 95.59 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 49 | 0 | 0.82 | 0.80 | 0.02 | 358.82 | 0.94 | 0.58 |
| Hex | F9 | 2D | 31 | 0 | 52 | 50 | 2 | 167 | 5E | 3A |
| Octal | 371 | 55 | 61 | 0 | 122 | 120 | 2 | 547 | 136 | 72 |
| Binary | 11111001 | 101101 | 110001 | 0 | 1010010 | 1010000 | 10 | 101100111 | 1011110 | 111010 |
Color Harmonies of #F92D31
Complementary color
Monochromatic Colors of #F92D31
Black with #F92D31
Text Example
Text Example
White with #F92D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D31; }
p { color: rgb(249,45,49); }
H1.HeaderClassName
{
color: #F92D31;
}
.AnyTagClassName
{
color: #F92D31;
}
</style>
background-color css
<style>
a { background-color: #F92D31; }
a { background-color: rgb(249,45,49); }
div.DivClassName
{
background-color: #F92D31;
}
.BgClassName
{
background-color: #F92D31;
}
</style>
border-color css
<style>
span { border-color: #F92D31; }
span { border-color: rgb(249,45,49); }
td.TdClassName
{
border-color: #F92D31;
}
.TagClassName
{
border-color: #F92D31;
}
</style>