Shades of Alizarin #F42A2E
Tints of Alizarin #F42A2E
RGB
CMYK
RGB Variations
Color information
#F42A2E (or 0xF42A2E) is known color: Alizarin. HEX triplet: F4, 2A and 2E. RGB value is (244,42,46). Sum of RGB (Red+Green+Blue) = 244+42+46=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F42A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42A2E is #0BD5D1. Grayscale: #676767. Windows color (decimal): -775634 or 3025652. OLE color: 3025652.
HSL color Cylindrical-coordinate representation of color #F42A2E: hue angle of 358.81º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42A2E is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 42 | 46 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.04 |
| HSL | 358.81º | 0.9% | 0.56% | - |
| HSV(B) | 358.81º | 0.83% | 0.96% | - |
| XYZ | 38.63 | 21.09 | 4.62 | - |
| YUV | 102.85 | 95.92 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 46 | 0 | 0.83 | 0.81 | 0.04 | 358.81 | 0.9 | 0.56 |
| Hex | F4 | 2A | 2E | 0 | 53 | 51 | 4 | 167 | 5A | 38 |
| Octal | 364 | 52 | 56 | 0 | 123 | 121 | 4 | 547 | 132 | 70 |
| Binary | 11110100 | 101010 | 101110 | 0 | 1010011 | 1010001 | 100 | 101100111 | 1011010 | 111000 |
Color Harmonies of #F42A2E
Complementary color
Monochromatic Colors of #F42A2E
Black with #F42A2E
Text Example
Text Example
White with #F42A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42A2E; }
p { color: rgb(244,42,46); }
H1.HeaderClassName
{
color: #F42A2E;
}
.AnyTagClassName
{
color: #F42A2E;
}
</style>
background-color css
<style>
a { background-color: #F42A2E; }
a { background-color: rgb(244,42,46); }
div.DivClassName
{
background-color: #F42A2E;
}
.BgClassName
{
background-color: #F42A2E;
}
</style>
border-color css
<style>
span { border-color: #F42A2E; }
span { border-color: rgb(244,42,46); }
td.TdClassName
{
border-color: #F42A2E;
}
.TagClassName
{
border-color: #F42A2E;
}
</style>