Shades of Alizarin #F4293B
Tints of Alizarin #F4293B
RGB
CMYK
RGB Variations
Color information
#F4293B (or 0xF4293B) is known color: Alizarin. HEX triplet: F4, 29 and 3B. RGB value is (244,41,59). Sum of RGB (Red+Green+Blue) = 244+41+59=344 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.93% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 244 - color contains mainly: red. Hex color #F4293B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4293B is #0BD6C4. Grayscale: #676767. Windows color (decimal): -775877 or 3877364. OLE color: 3877364.
HSL color Cylindrical-coordinate representation of color #F4293B: hue angle of 354.68º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F4293B is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 59 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.04 |
| HSL | 354.68º | 0.9% | 0.56% | - |
| HSV(B) | 354.68º | 0.83% | 0.96% | - |
| XYZ | 38.89 | 21.13 | 6.17 | - |
| YUV | 103.75 | 102.75 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 59 | 0 | 0.83 | 0.76 | 0.04 | 354.68 | 0.9 | 0.56 |
| Hex | F4 | 29 | 3B | 0 | 53 | 4C | 4 | 163 | 5A | 38 |
| Octal | 364 | 51 | 73 | 0 | 123 | 114 | 4 | 543 | 132 | 70 |
| Binary | 11110100 | 101001 | 111011 | 0 | 1010011 | 1001100 | 100 | 101100011 | 1011010 | 111000 |
Color Harmonies of #F4293B
Complementary color
Monochromatic Colors of #F4293B
Black with #F4293B
Text Example
Text Example
White with #F4293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4293B; }
p { color: rgb(244,41,59); }
H1.HeaderClassName
{
color: #F4293B;
}
.AnyTagClassName
{
color: #F4293B;
}
</style>
background-color css
<style>
a { background-color: #F4293B; }
a { background-color: rgb(244,41,59); }
div.DivClassName
{
background-color: #F4293B;
}
.BgClassName
{
background-color: #F4293B;
}
</style>
border-color css
<style>
span { border-color: #F4293B; }
span { border-color: rgb(244,41,59); }
td.TdClassName
{
border-color: #F4293B;
}
.TagClassName
{
border-color: #F4293B;
}
</style>