Shades of Alizarin #F9272D
Tints of Alizarin #F9272D
RGB
CMYK
RGB Variations
Color information
#F9272D (or 0xF9272D) is known color: Alizarin. HEX triplet: F9, 27 and 2D. RGB value is (249,39,45). Sum of RGB (Red+Green+Blue) = 249+39+45=333 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.77% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 249 - color contains mainly: red. Hex color #F9272D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9272D is #06D8D2. Grayscale: #666666. Windows color (decimal): -448723 or 2959353. OLE color: 2959353.
HSL color Cylindrical-coordinate representation of color #F9272D: hue angle of 358.29º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9272D is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 39 | 45 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.02 |
| HSL | 358.29º | 0.95% | 0.56% | - |
| HSV(B) | 358.29º | 0.84% | 0.98% | - |
| XYZ | 40.27 | 21.78 | 4.56 | - |
| YUV | 102.47 | 95.57 | 232.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 39 | 45 | 0 | 0.84 | 0.82 | 0.02 | 358.29 | 0.95 | 0.56 |
| Hex | F9 | 27 | 2D | 0 | 54 | 52 | 2 | 166 | 5F | 38 |
| Octal | 371 | 47 | 55 | 0 | 124 | 122 | 2 | 546 | 137 | 70 |
| Binary | 11111001 | 100111 | 101101 | 0 | 1010100 | 1010010 | 10 | 101100110 | 1011111 | 111000 |
Color Harmonies of #F9272D
Complementary color
Monochromatic Colors of #F9272D
Black with #F9272D
Text Example
Text Example
White with #F9272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9272D; }
p { color: rgb(249,39,45); }
H1.HeaderClassName
{
color: #F9272D;
}
.AnyTagClassName
{
color: #F9272D;
}
</style>
background-color css
<style>
a { background-color: #F9272D; }
a { background-color: rgb(249,39,45); }
div.DivClassName
{
background-color: #F9272D;
}
.BgClassName
{
background-color: #F9272D;
}
</style>
border-color css
<style>
span { border-color: #F9272D; }
span { border-color: rgb(249,39,45); }
td.TdClassName
{
border-color: #F9272D;
}
.TagClassName
{
border-color: #F9272D;
}
</style>