Shades of Alizarin #F4283E
Tints of Alizarin #F4283E
RGB
CMYK
RGB Variations
Color information
#F4283E (or 0xF4283E) is known color: Alizarin. HEX triplet: F4, 28 and 3E. RGB value is (244,40,62). Sum of RGB (Red+Green+Blue) = 244+40+62=346 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.52% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 244 - color contains mainly: red. Hex color #F4283E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4283E is #0BD7C1. Grayscale: #676767. Windows color (decimal): -776130 or 4073716. OLE color: 4073716.
HSL color Cylindrical-coordinate representation of color #F4283E: hue angle of 353.53º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4283E is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 62 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.04 |
| HSL | 353.53º | 0.9% | 0.56% | - |
| HSV(B) | 353.53º | 0.84% | 0.96% | - |
| XYZ | 38.94 | 21.1 | 6.58 | - |
| YUV | 103.5 | 104.59 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 62 | 0 | 0.84 | 0.75 | 0.04 | 353.53 | 0.9 | 0.56 |
| Hex | F4 | 28 | 3E | 0 | 54 | 4B | 4 | 162 | 5A | 38 |
| Octal | 364 | 50 | 76 | 0 | 124 | 113 | 4 | 542 | 132 | 70 |
| Binary | 11110100 | 101000 | 111110 | 0 | 1010100 | 1001011 | 100 | 101100010 | 1011010 | 111000 |
Color Harmonies of #F4283E
Complementary color
Monochromatic Colors of #F4283E
Black with #F4283E
Text Example
Text Example
White with #F4283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4283E; }
p { color: rgb(244,40,62); }
H1.HeaderClassName
{
color: #F4283E;
}
.AnyTagClassName
{
color: #F4283E;
}
</style>
background-color css
<style>
a { background-color: #F4283E; }
a { background-color: rgb(244,40,62); }
div.DivClassName
{
background-color: #F4283E;
}
.BgClassName
{
background-color: #F4283E;
}
</style>
border-color css
<style>
span { border-color: #F4283E; }
span { border-color: rgb(244,40,62); }
td.TdClassName
{
border-color: #F4283E;
}
.TagClassName
{
border-color: #F4283E;
}
</style>