Shades of Alizarin #F42933
Tints of Alizarin #F42933
RGB
CMYK
RGB Variations
Color information
#F42933 (or 0xF42933) is known color: Alizarin. HEX triplet: F4, 29 and 33. RGB value is (244,41,51). Sum of RGB (Red+Green+Blue) = 244+41+51=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F42933 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42933 is #0BD6CC. Grayscale: #676767. Windows color (decimal): -775885 or 3353076. OLE color: 3353076.
HSL color Cylindrical-coordinate representation of color #F42933: hue angle of 357.04º 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 #F42933 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 51 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.04 |
| HSL | 357.04º | 0.9% | 0.56% | - |
| HSV(B) | 357.04º | 0.83% | 0.96% | - |
| XYZ | 38.7 | 21.06 | 5.16 | - |
| YUV | 102.84 | 98.75 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 51 | 0 | 0.83 | 0.79 | 0.04 | 357.04 | 0.9 | 0.56 |
| Hex | F4 | 29 | 33 | 0 | 53 | 4F | 4 | 165 | 5A | 38 |
| Octal | 364 | 51 | 63 | 0 | 123 | 117 | 4 | 545 | 132 | 70 |
| Binary | 11110100 | 101001 | 110011 | 0 | 1010011 | 1001111 | 100 | 101100101 | 1011010 | 111000 |
Color Harmonies of #F42933
Complementary color
Monochromatic Colors of #F42933
Black with #F42933
Text Example
Text Example
White with #F42933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42933; }
p { color: rgb(244,41,51); }
H1.HeaderClassName
{
color: #F42933;
}
.AnyTagClassName
{
color: #F42933;
}
</style>
background-color css
<style>
a { background-color: #F42933; }
a { background-color: rgb(244,41,51); }
div.DivClassName
{
background-color: #F42933;
}
.BgClassName
{
background-color: #F42933;
}
</style>
border-color css
<style>
span { border-color: #F42933; }
span { border-color: rgb(244,41,51); }
td.TdClassName
{
border-color: #F42933;
}
.TagClassName
{
border-color: #F42933;
}
</style>