Shades of Alizarin #F1262C
Tints of Alizarin #F1262C
RGB
CMYK
RGB Variations
Color information
#F1262C (or 0xF1262C) is known color: Alizarin. HEX triplet: F1, 26 and 2C. RGB value is (241,38,44). Sum of RGB (Red+Green+Blue) = 241+38+44=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F1262C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1262C is #0ED9D3. Grayscale: #636363. Windows color (decimal): -973268 or 2893553. OLE color: 2893553.
HSL color Cylindrical-coordinate representation of color #F1262C: hue angle of 358.23º 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 #F1262C is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 44 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.05 |
| HSL | 358.23º | 0.88% | 0.55% | - |
| HSV(B) | 358.23º | 0.84% | 0.95% | - |
| XYZ | 37.42 | 20.27 | 4.32 | - |
| YUV | 99.38 | 96.75 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 44 | 0 | 0.84 | 0.82 | 0.05 | 358.23 | 0.88 | 0.55 |
| Hex | F1 | 26 | 2C | 0 | 54 | 52 | 5 | 166 | 58 | 37 |
| Octal | 361 | 46 | 54 | 0 | 124 | 122 | 5 | 546 | 130 | 67 |
| Binary | 11110001 | 100110 | 101100 | 0 | 1010100 | 1010010 | 101 | 101100110 | 1011000 | 110111 |
Color Harmonies of #F1262C
Complementary color
Monochromatic Colors of #F1262C
Black with #F1262C
Text Example
Text Example
White with #F1262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1262C; }
p { color: rgb(241,38,44); }
H1.HeaderClassName
{
color: #F1262C;
}
.AnyTagClassName
{
color: #F1262C;
}
</style>
background-color css
<style>
a { background-color: #F1262C; }
a { background-color: rgb(241,38,44); }
div.DivClassName
{
background-color: #F1262C;
}
.BgClassName
{
background-color: #F1262C;
}
</style>
border-color css
<style>
span { border-color: #F1262C; }
span { border-color: rgb(241,38,44); }
td.TdClassName
{
border-color: #F1262C;
}
.TagClassName
{
border-color: #F1262C;
}
</style>