Shades of Alizarin #F42A33
Tints of Alizarin #F42A33
RGB
CMYK
RGB Variations
Color information
#F42A33 (or 0xF42A33) is known color: Alizarin. HEX triplet: F4, 2A and 33. RGB value is (244,42,51). Sum of RGB (Red+Green+Blue) = 244+42+51=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F42A33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42A33 is #0BD5CC. Grayscale: #676767. Windows color (decimal): -775629 or 3353332. OLE color: 3353332.
HSL color Cylindrical-coordinate representation of color #F42A33: hue angle of 357.33º 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 #F42A33 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 42 | 51 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.04 |
| HSL | 357.33º | 0.9% | 0.56% | - |
| HSV(B) | 357.33º | 0.83% | 0.96% | - |
| XYZ | 38.73 | 21.13 | 5.17 | - |
| YUV | 103.42 | 98.42 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 51 | 0 | 0.83 | 0.79 | 0.04 | 357.33 | 0.9 | 0.56 |
| Hex | F4 | 2A | 33 | 0 | 53 | 4F | 4 | 165 | 5A | 38 |
| Octal | 364 | 52 | 63 | 0 | 123 | 117 | 4 | 545 | 132 | 70 |
| Binary | 11110100 | 101010 | 110011 | 0 | 1010011 | 1001111 | 100 | 101100101 | 1011010 | 111000 |
Color Harmonies of #F42A33
Complementary color
Monochromatic Colors of #F42A33
Black with #F42A33
Text Example
Text Example
White with #F42A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42A33; }
p { color: rgb(244,42,51); }
H1.HeaderClassName
{
color: #F42A33;
}
.AnyTagClassName
{
color: #F42A33;
}
</style>
background-color css
<style>
a { background-color: #F42A33; }
a { background-color: rgb(244,42,51); }
div.DivClassName
{
background-color: #F42A33;
}
.BgClassName
{
background-color: #F42A33;
}
</style>
border-color css
<style>
span { border-color: #F42A33; }
span { border-color: rgb(244,42,51); }
td.TdClassName
{
border-color: #F42A33;
}
.TagClassName
{
border-color: #F42A33;
}
</style>