Shades of Alizarin #F4283B
Tints of Alizarin #F4283B
RGB
CMYK
RGB Variations
Color information
#F4283B (or 0xF4283B) is known color: Alizarin. HEX triplet: F4, 28 and 3B. RGB value is (244,40,59). Sum of RGB (Red+Green+Blue) = 244+40+59=343 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.14% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 244 - color contains mainly: red. Hex color #F4283B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4283B is #0BD7C4. Grayscale: #676767. Windows color (decimal): -776133 or 3877108. OLE color: 3877108.
HSL color Cylindrical-coordinate representation of color #F4283B: hue angle of 354.41º 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 #F4283B is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 59 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.04 |
| HSL | 354.41º | 0.9% | 0.56% | - |
| HSV(B) | 354.41º | 0.84% | 0.96% | - |
| XYZ | 38.86 | 21.07 | 6.16 | - |
| YUV | 103.16 | 103.09 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 59 | 0 | 0.84 | 0.76 | 0.04 | 354.41 | 0.9 | 0.56 |
| Hex | F4 | 28 | 3B | 0 | 54 | 4C | 4 | 162 | 5A | 38 |
| Octal | 364 | 50 | 73 | 0 | 124 | 114 | 4 | 542 | 132 | 70 |
| Binary | 11110100 | 101000 | 111011 | 0 | 1010100 | 1001100 | 100 | 101100010 | 1011010 | 111000 |
Color Harmonies of #F4283B
Complementary color
Monochromatic Colors of #F4283B
Black with #F4283B
Text Example
Text Example
White with #F4283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4283B; }
p { color: rgb(244,40,59); }
H1.HeaderClassName
{
color: #F4283B;
}
.AnyTagClassName
{
color: #F4283B;
}
</style>
background-color css
<style>
a { background-color: #F4283B; }
a { background-color: rgb(244,40,59); }
div.DivClassName
{
background-color: #F4283B;
}
.BgClassName
{
background-color: #F4283B;
}
</style>
border-color css
<style>
span { border-color: #F4283B; }
span { border-color: rgb(244,40,59); }
td.TdClassName
{
border-color: #F4283B;
}
.TagClassName
{
border-color: #F4283B;
}
</style>