Shades of Alizarin #F4262C
Tints of Alizarin #F4262C
RGB
CMYK
RGB Variations
Color information
#F4262C (or 0xF4262C) is known color: Alizarin. HEX triplet: F4, 26 and 2C. RGB value is (244,38,44). Sum of RGB (Red+Green+Blue) = 244+38+44=326 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.85% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 244 - color contains mainly: red. Hex color #F4262C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4262C is #0BD9D3. Grayscale: #646464. Windows color (decimal): -776660 or 2893556. OLE color: 2893556.
HSL color Cylindrical-coordinate representation of color #F4262C: hue angle of 358.25º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4262C is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 44 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.04 |
| HSL | 358.25º | 0.9% | 0.55% | - |
| HSV(B) | 358.25º | 0.84% | 0.96% | - |
| XYZ | 38.46 | 20.8 | 4.37 | - |
| YUV | 100.28 | 96.25 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 44 | 0 | 0.84 | 0.82 | 0.04 | 358.25 | 0.9 | 0.55 |
| Hex | F4 | 26 | 2C | 0 | 54 | 52 | 4 | 166 | 5A | 37 |
| Octal | 364 | 46 | 54 | 0 | 124 | 122 | 4 | 546 | 132 | 67 |
| Binary | 11110100 | 100110 | 101100 | 0 | 1010100 | 1010010 | 100 | 101100110 | 1011010 | 110111 |
Color Harmonies of #F4262C
Complementary color
Monochromatic Colors of #F4262C
Black with #F4262C
Text Example
Text Example
White with #F4262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4262C; }
p { color: rgb(244,38,44); }
H1.HeaderClassName
{
color: #F4262C;
}
.AnyTagClassName
{
color: #F4262C;
}
</style>
background-color css
<style>
a { background-color: #F4262C; }
a { background-color: rgb(244,38,44); }
div.DivClassName
{
background-color: #F4262C;
}
.BgClassName
{
background-color: #F4262C;
}
</style>
border-color css
<style>
span { border-color: #F4262C; }
span { border-color: rgb(244,38,44); }
td.TdClassName
{
border-color: #F4262C;
}
.TagClassName
{
border-color: #F4262C;
}
</style>