Shades of Alizarin #F4262A
Tints of Alizarin #F4262A
RGB
CMYK
RGB Variations
Color information
#F4262A (or 0xF4262A) is known color: Alizarin. HEX triplet: F4, 26 and 2A. RGB value is (244,38,42). Sum of RGB (Red+Green+Blue) = 244+38+42=324 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.31% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 244 - color contains mainly: red. Hex color #F4262A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4262A is #0BD9D5. Grayscale: #646464. Windows color (decimal): -776662 or 2762484. OLE color: 2762484.
HSL color Cylindrical-coordinate representation of color #F4262A: hue angle of 358.83º 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 #F4262A is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 42 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.04 |
| HSL | 358.84º | 0.9% | 0.55% | - |
| HSV(B) | 358.84º | 0.84% | 0.96% | - |
| XYZ | 38.42 | 20.79 | 4.18 | - |
| YUV | 100.05 | 95.25 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 42 | 0 | 0.84 | 0.83 | 0.04 | 358.84 | 0.9 | 0.55 |
| Hex | F4 | 26 | 2A | 0 | 54 | 53 | 4 | 167 | 5A | 37 |
| Octal | 364 | 46 | 52 | 0 | 124 | 123 | 4 | 547 | 132 | 67 |
| Binary | 11110100 | 100110 | 101010 | 0 | 1010100 | 1010011 | 100 | 101100111 | 1011010 | 110111 |
Color Harmonies of #F4262A
Complementary color
Monochromatic Colors of #F4262A
Black with #F4262A
Text Example
Text Example
White with #F4262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4262A; }
p { color: rgb(244,38,42); }
H1.HeaderClassName
{
color: #F4262A;
}
.AnyTagClassName
{
color: #F4262A;
}
</style>
background-color css
<style>
a { background-color: #F4262A; }
a { background-color: rgb(244,38,42); }
div.DivClassName
{
background-color: #F4262A;
}
.BgClassName
{
background-color: #F4262A;
}
</style>
border-color css
<style>
span { border-color: #F4262A; }
span { border-color: rgb(244,38,42); }
td.TdClassName
{
border-color: #F4262A;
}
.TagClassName
{
border-color: #F4262A;
}
</style>