Shades of Alizarin #F32E2F
Tints of Alizarin #F32E2F
RGB
CMYK
RGB Variations
Color information
#F32E2F (or 0xF32E2F) is known color: Alizarin. HEX triplet: F3, 2E and 2F. RGB value is (243,46,47). Sum of RGB (Red+Green+Blue) = 243+46+47=336 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.32% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32E2F is #0CD1D0. Grayscale: #696969. Windows color (decimal): -840145 or 3092211. OLE color: 3092211.
HSL color Cylindrical-coordinate representation of color #F32E2F: hue angle of 359.7º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32E2F is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 46 | 47 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.05 |
| HSL | 359.7º | 0.89% | 0.57% | - |
| HSV(B) | 359.7º | 0.81% | 0.95% | - |
| XYZ | 38.45 | 21.21 | 4.76 | - |
| YUV | 105.02 | 95.27 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 46 | 47 | 0 | 0.81 | 0.81 | 0.05 | 359.7 | 0.89 | 0.57 |
| Hex | F3 | 2E | 2F | 0 | 51 | 51 | 5 | 168 | 59 | 39 |
| Octal | 363 | 56 | 57 | 0 | 121 | 121 | 5 | 550 | 131 | 71 |
| Binary | 11110011 | 101110 | 101111 | 0 | 1010001 | 1010001 | 101 | 101101000 | 1011001 | 111001 |
Color Harmonies of #F32E2F
Complementary color
Monochromatic Colors of #F32E2F
Black with #F32E2F
Text Example
Text Example
White with #F32E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32E2F; }
p { color: rgb(243,46,47); }
H1.HeaderClassName
{
color: #F32E2F;
}
.AnyTagClassName
{
color: #F32E2F;
}
</style>
background-color css
<style>
a { background-color: #F32E2F; }
a { background-color: rgb(243,46,47); }
div.DivClassName
{
background-color: #F32E2F;
}
.BgClassName
{
background-color: #F32E2F;
}
</style>
border-color css
<style>
span { border-color: #F32E2F; }
span { border-color: rgb(243,46,47); }
td.TdClassName
{
border-color: #F32E2F;
}
.TagClassName
{
border-color: #F32E2F;
}
</style>