Shades of Alizarin #F3232D
Tints of Alizarin #F3232D
RGB
CMYK
RGB Variations
Color information
#F3232D (or 0xF3232D) is known color: Alizarin. HEX triplet: F3, 23 and 2D. RGB value is (243,35,45). Sum of RGB (Red+Green+Blue) = 243+35+45=323 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.23% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 243 - color contains mainly: red. Hex color #F3232D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3232D is #0CDCD2. Grayscale: #626262. Windows color (decimal): -842963 or 2958323. OLE color: 2958323.
HSL color Cylindrical-coordinate representation of color #F3232D: hue angle of 357.12º 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 #F3232D is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 45 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.05 |
| HSL | 357.12º | 0.9% | 0.55% | - |
| HSV(B) | 357.12º | 0.86% | 0.95% | - |
| XYZ | 38.04 | 20.45 | 4.42 | - |
| YUV | 98.33 | 97.91 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 45 | 0 | 0.86 | 0.81 | 0.05 | 357.12 | 0.9 | 0.55 |
| Hex | F3 | 23 | 2D | 0 | 56 | 51 | 5 | 165 | 5A | 37 |
| Octal | 363 | 43 | 55 | 0 | 126 | 121 | 5 | 545 | 132 | 67 |
| Binary | 11110011 | 100011 | 101101 | 0 | 1010110 | 1010001 | 101 | 101100101 | 1011010 | 110111 |
Color Harmonies of #F3232D
Complementary color
Monochromatic Colors of #F3232D
Black with #F3232D
Text Example
Text Example
White with #F3232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3232D; }
p { color: rgb(243,35,45); }
H1.HeaderClassName
{
color: #F3232D;
}
.AnyTagClassName
{
color: #F3232D;
}
</style>
background-color css
<style>
a { background-color: #F3232D; }
a { background-color: rgb(243,35,45); }
div.DivClassName
{
background-color: #F3232D;
}
.BgClassName
{
background-color: #F3232D;
}
</style>
border-color css
<style>
span { border-color: #F3232D; }
span { border-color: rgb(243,35,45); }
td.TdClassName
{
border-color: #F3232D;
}
.TagClassName
{
border-color: #F3232D;
}
</style>