Shades of Alizarin #F3232E
Tints of Alizarin #F3232E
RGB
CMYK
RGB Variations
Color information
#F3232E (or 0xF3232E) is known color: Alizarin. HEX triplet: F3, 23 and 2E. RGB value is (243,35,46). Sum of RGB (Red+Green+Blue) = 243+35+46=324 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 243 - color contains mainly: red. Hex color #F3232E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3232E is #0CDCD1. Grayscale: #626262. Windows color (decimal): -842962 or 3023859. OLE color: 3023859.
HSL color Cylindrical-coordinate representation of color #F3232E: hue angle of 356.83º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F3232E is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 46 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.05 |
| HSL | 356.83º | 0.9% | 0.55% | - |
| HSV(B) | 356.83º | 0.86% | 0.95% | - |
| XYZ | 38.06 | 20.45 | 4.53 | - |
| YUV | 98.45 | 98.41 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 46 | 0 | 0.86 | 0.81 | 0.05 | 356.83 | 0.9 | 0.55 |
| Hex | F3 | 23 | 2E | 0 | 56 | 51 | 5 | 165 | 5A | 37 |
| Octal | 363 | 43 | 56 | 0 | 126 | 121 | 5 | 545 | 132 | 67 |
| Binary | 11110011 | 100011 | 101110 | 0 | 1010110 | 1010001 | 101 | 101100101 | 1011010 | 110111 |
Color Harmonies of #F3232E
Complementary color
Monochromatic Colors of #F3232E
Black with #F3232E
Text Example
Text Example
White with #F3232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3232E; }
p { color: rgb(243,35,46); }
H1.HeaderClassName
{
color: #F3232E;
}
.AnyTagClassName
{
color: #F3232E;
}
</style>
background-color css
<style>
a { background-color: #F3232E; }
a { background-color: rgb(243,35,46); }
div.DivClassName
{
background-color: #F3232E;
}
.BgClassName
{
background-color: #F3232E;
}
</style>
border-color css
<style>
span { border-color: #F3232E; }
span { border-color: rgb(243,35,46); }
td.TdClassName
{
border-color: #F3232E;
}
.TagClassName
{
border-color: #F3232E;
}
</style>