Shades of Alizarin #F9292D
Tints of Alizarin #F9292D
RGB
CMYK
RGB Variations
Color information
#F9292D (or 0xF9292D) is known color: Alizarin. HEX triplet: F9, 29 and 2D. RGB value is (249,41,45). Sum of RGB (Red+Green+Blue) = 249+41+45=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F9292D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9292D is #06D6D2. Grayscale: #676767. Windows color (decimal): -448211 or 2959865. OLE color: 2959865.
HSL color Cylindrical-coordinate representation of color #F9292D: hue angle of 358.85º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9292D is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 41 | 45 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.02 |
| HSL | 358.85º | 0.95% | 0.57% | - |
| HSV(B) | 358.85º | 0.84% | 0.98% | - |
| XYZ | 40.33 | 21.92 | 4.59 | - |
| YUV | 103.65 | 94.91 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 41 | 45 | 0 | 0.84 | 0.82 | 0.02 | 358.85 | 0.95 | 0.57 |
| Hex | F9 | 29 | 2D | 0 | 54 | 52 | 2 | 167 | 5F | 39 |
| Octal | 371 | 51 | 55 | 0 | 124 | 122 | 2 | 547 | 137 | 71 |
| Binary | 11111001 | 101001 | 101101 | 0 | 1010100 | 1010010 | 10 | 101100111 | 1011111 | 111001 |
Color Harmonies of #F9292D
Complementary color
Monochromatic Colors of #F9292D
Black with #F9292D
Text Example
Text Example
White with #F9292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9292D; }
p { color: rgb(249,41,45); }
H1.HeaderClassName
{
color: #F9292D;
}
.AnyTagClassName
{
color: #F9292D;
}
</style>
background-color css
<style>
a { background-color: #F9292D; }
a { background-color: rgb(249,41,45); }
div.DivClassName
{
background-color: #F9292D;
}
.BgClassName
{
background-color: #F9292D;
}
</style>
border-color css
<style>
span { border-color: #F9292D; }
span { border-color: rgb(249,41,45); }
td.TdClassName
{
border-color: #F9292D;
}
.TagClassName
{
border-color: #F9292D;
}
</style>