Shades of Alizarin #F4282C
Tints of Alizarin #F4282C
RGB
CMYK
RGB Variations
Color information
#F4282C (or 0xF4282C) is known color: Alizarin. HEX triplet: F4, 28 and 2C. RGB value is (244,40,44). Sum of RGB (Red+Green+Blue) = 244+40+44=328 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.39% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 244 - color contains mainly: red. Hex color #F4282C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4282C is #0BD7D3. Grayscale: #656565. Windows color (decimal): -776148 or 2894068. OLE color: 2894068.
HSL color Cylindrical-coordinate representation of color #F4282C: hue angle of 358.82º 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 #F4282C is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 44 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.04 |
| HSL | 358.82º | 0.9% | 0.56% | - |
| HSV(B) | 358.82º | 0.84% | 0.96% | - |
| XYZ | 38.52 | 20.93 | 4.39 | - |
| YUV | 101.45 | 95.59 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 44 | 0 | 0.84 | 0.82 | 0.04 | 358.82 | 0.9 | 0.56 |
| Hex | F4 | 28 | 2C | 0 | 54 | 52 | 4 | 167 | 5A | 38 |
| Octal | 364 | 50 | 54 | 0 | 124 | 122 | 4 | 547 | 132 | 70 |
| Binary | 11110100 | 101000 | 101100 | 0 | 1010100 | 1010010 | 100 | 101100111 | 1011010 | 111000 |
Color Harmonies of #F4282C
Complementary color
Monochromatic Colors of #F4282C
Black with #F4282C
Text Example
Text Example
White with #F4282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4282C; }
p { color: rgb(244,40,44); }
H1.HeaderClassName
{
color: #F4282C;
}
.AnyTagClassName
{
color: #F4282C;
}
</style>
background-color css
<style>
a { background-color: #F4282C; }
a { background-color: rgb(244,40,44); }
div.DivClassName
{
background-color: #F4282C;
}
.BgClassName
{
background-color: #F4282C;
}
</style>
border-color css
<style>
span { border-color: #F4282C; }
span { border-color: rgb(244,40,44); }
td.TdClassName
{
border-color: #F4282C;
}
.TagClassName
{
border-color: #F4282C;
}
</style>