Shades of Alizarin #F3223A
Tints of Alizarin #F3223A
RGB
CMYK
RGB Variations
Color information
#F3223A (or 0xF3223A) is known color: Alizarin. HEX triplet: F3, 22 and 3A. RGB value is (243,34,58). Sum of RGB (Red+Green+Blue) = 243+34+58=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F3223A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3223A is #0CDDC5. Grayscale: #636363. Windows color (decimal): -843206 or 3810035. OLE color: 3810035.
HSL color Cylindrical-coordinate representation of color #F3223A: hue angle of 353.11º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F3223A is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 58 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.05 |
| HSL | 353.11º | 0.9% | 0.54% | - |
| HSV(B) | 353.11º | 0.86% | 0.95% | - |
| XYZ | 38.3 | 20.5 | 5.94 | - |
| YUV | 99.23 | 104.74 | 230.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 58 | 0 | 0.86 | 0.76 | 0.05 | 353.11 | 0.9 | 0.54 |
| Hex | F3 | 22 | 3A | 0 | 56 | 4C | 5 | 161 | 5A | 36 |
| Octal | 363 | 42 | 72 | 0 | 126 | 114 | 5 | 541 | 132 | 66 |
| Binary | 11110011 | 100010 | 111010 | 0 | 1010110 | 1001100 | 101 | 101100001 | 1011010 | 110110 |
Color Harmonies of #F3223A
Complementary color
Monochromatic Colors of #F3223A
Black with #F3223A
Text Example
Text Example
White with #F3223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3223A; }
p { color: rgb(243,34,58); }
H1.HeaderClassName
{
color: #F3223A;
}
.AnyTagClassName
{
color: #F3223A;
}
</style>
background-color css
<style>
a { background-color: #F3223A; }
a { background-color: rgb(243,34,58); }
div.DivClassName
{
background-color: #F3223A;
}
.BgClassName
{
background-color: #F3223A;
}
</style>
border-color css
<style>
span { border-color: #F3223A; }
span { border-color: rgb(243,34,58); }
td.TdClassName
{
border-color: #F3223A;
}
.TagClassName
{
border-color: #F3223A;
}
</style>