Shades of Alizarin #F32E3A
Tints of Alizarin #F32E3A
RGB
CMYK
RGB Variations
Color information
#F32E3A (or 0xF32E3A) is known color: Alizarin. HEX triplet: F3, 2E and 3A. RGB value is (243,46,58). Sum of RGB (Red+Green+Blue) = 243+46+58=347 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.03% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32E3A is #0CD1C5. Grayscale: #6A6A6A. Windows color (decimal): -840134 or 3813107. OLE color: 3813107.
HSL color Cylindrical-coordinate representation of color #F32E3A: hue angle of 356.35º 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 #F32E3A is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 46 | 58 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.05 |
| HSL | 356.35º | 0.89% | 0.57% | - |
| HSV(B) | 356.35º | 0.81% | 0.95% | - |
| XYZ | 38.7 | 21.31 | 6.08 | - |
| YUV | 106.27 | 100.77 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 46 | 58 | 0 | 0.81 | 0.76 | 0.05 | 356.35 | 0.89 | 0.57 |
| Hex | F3 | 2E | 3A | 0 | 51 | 4C | 5 | 164 | 59 | 39 |
| Octal | 363 | 56 | 72 | 0 | 121 | 114 | 5 | 544 | 131 | 71 |
| Binary | 11110011 | 101110 | 111010 | 0 | 1010001 | 1001100 | 101 | 101100100 | 1011001 | 111001 |
Color Harmonies of #F32E3A
Complementary color
Monochromatic Colors of #F32E3A
Black with #F32E3A
Text Example
Text Example
White with #F32E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32E3A; }
p { color: rgb(243,46,58); }
H1.HeaderClassName
{
color: #F32E3A;
}
.AnyTagClassName
{
color: #F32E3A;
}
</style>
background-color css
<style>
a { background-color: #F32E3A; }
a { background-color: rgb(243,46,58); }
div.DivClassName
{
background-color: #F32E3A;
}
.BgClassName
{
background-color: #F32E3A;
}
</style>
border-color css
<style>
span { border-color: #F32E3A; }
span { border-color: rgb(243,46,58); }
td.TdClassName
{
border-color: #F32E3A;
}
.TagClassName
{
border-color: #F32E3A;
}
</style>