Shades of Alizarin #F3232F
Tints of Alizarin #F3232F
RGB
CMYK
RGB Variations
Color information
#F3232F (or 0xF3232F) is known color: Alizarin. HEX triplet: F3, 23 and 2F. RGB value is (243,35,47). Sum of RGB (Red+Green+Blue) = 243+35+47=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F3232F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3232F is #0CDCD0. Grayscale: #626262. Windows color (decimal): -842961 or 3089395. OLE color: 3089395.
HSL color Cylindrical-coordinate representation of color #F3232F: hue angle of 356.54º 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 #F3232F is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 47 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.05 |
| HSL | 356.54º | 0.9% | 0.55% | - |
| HSV(B) | 356.54º | 0.86% | 0.95% | - |
| XYZ | 38.08 | 20.46 | 4.63 | - |
| YUV | 98.56 | 98.91 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 47 | 0 | 0.86 | 0.81 | 0.05 | 356.54 | 0.9 | 0.55 |
| Hex | F3 | 23 | 2F | 0 | 56 | 51 | 5 | 165 | 5A | 37 |
| Octal | 363 | 43 | 57 | 0 | 126 | 121 | 5 | 545 | 132 | 67 |
| Binary | 11110011 | 100011 | 101111 | 0 | 1010110 | 1010001 | 101 | 101100101 | 1011010 | 110111 |
Color Harmonies of #F3232F
Complementary color
Monochromatic Colors of #F3232F
Black with #F3232F
Text Example
Text Example
White with #F3232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3232F; }
p { color: rgb(243,35,47); }
H1.HeaderClassName
{
color: #F3232F;
}
.AnyTagClassName
{
color: #F3232F;
}
</style>
background-color css
<style>
a { background-color: #F3232F; }
a { background-color: rgb(243,35,47); }
div.DivClassName
{
background-color: #F3232F;
}
.BgClassName
{
background-color: #F3232F;
}
</style>
border-color css
<style>
span { border-color: #F3232F; }
span { border-color: rgb(243,35,47); }
td.TdClassName
{
border-color: #F3232F;
}
.TagClassName
{
border-color: #F3232F;
}
</style>