Shades of Alizarin #F4282D
Tints of Alizarin #F4282D
RGB
CMYK
RGB Variations
Color information
#F4282D (or 0xF4282D) is known color: Alizarin. HEX triplet: F4, 28 and 2D. RGB value is (244,40,45). Sum of RGB (Red+Green+Blue) = 244+40+45=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F4282D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4282D is #0BD7D2. Grayscale: #656565. Windows color (decimal): -776147 or 2959604. OLE color: 2959604.
HSL color Cylindrical-coordinate representation of color #F4282D: hue angle of 358.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 #F4282D is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 45 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.04 |
| HSL | 358.53º | 0.9% | 0.56% | - |
| HSV(B) | 358.53º | 0.84% | 0.96% | - |
| XYZ | 38.54 | 20.94 | 4.49 | - |
| YUV | 101.57 | 96.09 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 45 | 0 | 0.84 | 0.82 | 0.04 | 358.53 | 0.9 | 0.56 |
| Hex | F4 | 28 | 2D | 0 | 54 | 52 | 4 | 167 | 5A | 38 |
| Octal | 364 | 50 | 55 | 0 | 124 | 122 | 4 | 547 | 132 | 70 |
| Binary | 11110100 | 101000 | 101101 | 0 | 1010100 | 1010010 | 100 | 101100111 | 1011010 | 111000 |
Color Harmonies of #F4282D
Complementary color
Monochromatic Colors of #F4282D
Black with #F4282D
Text Example
Text Example
White with #F4282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4282D; }
p { color: rgb(244,40,45); }
H1.HeaderClassName
{
color: #F4282D;
}
.AnyTagClassName
{
color: #F4282D;
}
</style>
background-color css
<style>
a { background-color: #F4282D; }
a { background-color: rgb(244,40,45); }
div.DivClassName
{
background-color: #F4282D;
}
.BgClassName
{
background-color: #F4282D;
}
</style>
border-color css
<style>
span { border-color: #F4282D; }
span { border-color: rgb(244,40,45); }
td.TdClassName
{
border-color: #F4282D;
}
.TagClassName
{
border-color: #F4282D;
}
</style>