Shades of Alizarin #F4273E
Tints of Alizarin #F4273E
RGB
CMYK
RGB Variations
Color information
#F4273E (or 0xF4273E) is known color: Alizarin. HEX triplet: F4, 27 and 3E. RGB value is (244,39,62). Sum of RGB (Red+Green+Blue) = 244+39+62=345 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.72% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 244 - color contains mainly: red. Hex color #F4273E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4273E is #0BD8C1. Grayscale: #676767. Windows color (decimal): -776386 or 4073460. OLE color: 4073460.
HSL color Cylindrical-coordinate representation of color #F4273E: hue angle of 353.27º 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 #F4273E is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 62 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.04 |
| HSL | 353.27º | 0.9% | 0.55% | - |
| HSV(B) | 353.27º | 0.84% | 0.96% | - |
| XYZ | 38.9 | 21.03 | 6.57 | - |
| YUV | 102.92 | 104.92 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 62 | 0 | 0.84 | 0.75 | 0.04 | 353.27 | 0.9 | 0.55 |
| Hex | F4 | 27 | 3E | 0 | 54 | 4B | 4 | 161 | 5A | 37 |
| Octal | 364 | 47 | 76 | 0 | 124 | 113 | 4 | 541 | 132 | 67 |
| Binary | 11110100 | 100111 | 111110 | 0 | 1010100 | 1001011 | 100 | 101100001 | 1011010 | 110111 |
Color Harmonies of #F4273E
Complementary color
Monochromatic Colors of #F4273E
Black with #F4273E
Text Example
Text Example
White with #F4273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4273E; }
p { color: rgb(244,39,62); }
H1.HeaderClassName
{
color: #F4273E;
}
.AnyTagClassName
{
color: #F4273E;
}
</style>
background-color css
<style>
a { background-color: #F4273E; }
a { background-color: rgb(244,39,62); }
div.DivClassName
{
background-color: #F4273E;
}
.BgClassName
{
background-color: #F4273E;
}
</style>
border-color css
<style>
span { border-color: #F4273E; }
span { border-color: rgb(244,39,62); }
td.TdClassName
{
border-color: #F4273E;
}
.TagClassName
{
border-color: #F4273E;
}
</style>