Shades of Alizarin #F1272A
Tints of Alizarin #F1272A
RGB
CMYK
RGB Variations
Color information
#F1272A (or 0xF1272A) is known color: Alizarin. HEX triplet: F1, 27 and 2A. RGB value is (241,39,42). Sum of RGB (Red+Green+Blue) = 241+39+42=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F1272A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1272A is #0ED8D5. Grayscale: #636363. Windows color (decimal): -973014 or 2762737. OLE color: 2762737.
HSL color Cylindrical-coordinate representation of color #F1272A: hue angle of 359.11º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F1272A is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 42 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.05 |
| HSL | 359.11º | 0.88% | 0.55% | - |
| HSV(B) | 359.11º | 0.84% | 0.95% | - |
| XYZ | 37.42 | 20.32 | 4.14 | - |
| YUV | 99.74 | 95.42 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 42 | 0 | 0.84 | 0.83 | 0.05 | 359.11 | 0.88 | 0.55 |
| Hex | F1 | 27 | 2A | 0 | 54 | 53 | 5 | 167 | 58 | 37 |
| Octal | 361 | 47 | 52 | 0 | 124 | 123 | 5 | 547 | 130 | 67 |
| Binary | 11110001 | 100111 | 101010 | 0 | 1010100 | 1010011 | 101 | 101100111 | 1011000 | 110111 |
Color Harmonies of #F1272A
Complementary color
Monochromatic Colors of #F1272A
Black with #F1272A
Text Example
Text Example
White with #F1272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1272A; }
p { color: rgb(241,39,42); }
H1.HeaderClassName
{
color: #F1272A;
}
.AnyTagClassName
{
color: #F1272A;
}
</style>
background-color css
<style>
a { background-color: #F1272A; }
a { background-color: rgb(241,39,42); }
div.DivClassName
{
background-color: #F1272A;
}
.BgClassName
{
background-color: #F1272A;
}
</style>
border-color css
<style>
span { border-color: #F1272A; }
span { border-color: rgb(241,39,42); }
td.TdClassName
{
border-color: #F1272A;
}
.TagClassName
{
border-color: #F1272A;
}
</style>