Shades of Alizarin #F42A30
Tints of Alizarin #F42A30
RGB
CMYK
RGB Variations
Color information
#F42A30 (or 0xF42A30) is known color: Alizarin. HEX triplet: F4, 2A and 30. RGB value is (244,42,48). Sum of RGB (Red+Green+Blue) = 244+42+48=334 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.05% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 244 - color contains mainly: red. Hex color #F42A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42A30 is #0BD5CF. Grayscale: #676767. Windows color (decimal): -775632 or 3156724. OLE color: 3156724.
HSL color Cylindrical-coordinate representation of color #F42A30: hue angle of 358.22º 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 #F42A30 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 42 | 48 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.04 |
| HSL | 358.22º | 0.9% | 0.56% | - |
| HSV(B) | 358.22º | 0.83% | 0.96% | - |
| XYZ | 38.67 | 21.1 | 4.83 | - |
| YUV | 103.08 | 96.92 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 48 | 0 | 0.83 | 0.80 | 0.04 | 358.22 | 0.9 | 0.56 |
| Hex | F4 | 2A | 30 | 0 | 53 | 50 | 4 | 166 | 5A | 38 |
| Octal | 364 | 52 | 60 | 0 | 123 | 120 | 4 | 546 | 132 | 70 |
| Binary | 11110100 | 101010 | 110000 | 0 | 1010011 | 1010000 | 100 | 101100110 | 1011010 | 111000 |
Color Harmonies of #F42A30
Complementary color
Monochromatic Colors of #F42A30
Black with #F42A30
Text Example
Text Example
White with #F42A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42A30; }
p { color: rgb(244,42,48); }
H1.HeaderClassName
{
color: #F42A30;
}
.AnyTagClassName
{
color: #F42A30;
}
</style>
background-color css
<style>
a { background-color: #F42A30; }
a { background-color: rgb(244,42,48); }
div.DivClassName
{
background-color: #F42A30;
}
.BgClassName
{
background-color: #F42A30;
}
</style>
border-color css
<style>
span { border-color: #F42A30; }
span { border-color: rgb(244,42,48); }
td.TdClassName
{
border-color: #F42A30;
}
.TagClassName
{
border-color: #F42A30;
}
</style>