Shades of Alizarin #F42A2D
Tints of Alizarin #F42A2D
RGB
CMYK
RGB Variations
Color information
#F42A2D (or 0xF42A2D) is known color: Alizarin. HEX triplet: F4, 2A and 2D. RGB value is (244,42,45). Sum of RGB (Red+Green+Blue) = 244+42+45=331 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.72% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 244 - color contains mainly: red. Hex color #F42A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42A2D is #0BD5D2. Grayscale: #666666. Windows color (decimal): -775635 or 2960116. OLE color: 2960116.
HSL color Cylindrical-coordinate representation of color #F42A2D: hue angle of 359.11º 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 #F42A2D is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 42 | 45 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.04 |
| HSL | 359.11º | 0.9% | 0.56% | - |
| HSV(B) | 359.11º | 0.83% | 0.96% | - |
| XYZ | 38.61 | 21.08 | 4.52 | - |
| YUV | 102.74 | 95.42 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 45 | 0 | 0.83 | 0.82 | 0.04 | 359.11 | 0.9 | 0.56 |
| Hex | F4 | 2A | 2D | 0 | 53 | 52 | 4 | 167 | 5A | 38 |
| Octal | 364 | 52 | 55 | 0 | 123 | 122 | 4 | 547 | 132 | 70 |
| Binary | 11110100 | 101010 | 101101 | 0 | 1010011 | 1010010 | 100 | 101100111 | 1011010 | 111000 |
Color Harmonies of #F42A2D
Complementary color
Monochromatic Colors of #F42A2D
Black with #F42A2D
Text Example
Text Example
White with #F42A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42A2D; }
p { color: rgb(244,42,45); }
H1.HeaderClassName
{
color: #F42A2D;
}
.AnyTagClassName
{
color: #F42A2D;
}
</style>
background-color css
<style>
a { background-color: #F42A2D; }
a { background-color: rgb(244,42,45); }
div.DivClassName
{
background-color: #F42A2D;
}
.BgClassName
{
background-color: #F42A2D;
}
</style>
border-color css
<style>
span { border-color: #F42A2D; }
span { border-color: rgb(244,42,45); }
td.TdClassName
{
border-color: #F42A2D;
}
.TagClassName
{
border-color: #F42A2D;
}
</style>