Shades of Alizarin #F3222A
Tints of Alizarin #F3222A
RGB
CMYK
RGB Variations
Color information
#F3222A (or 0xF3222A) is known color: Alizarin. HEX triplet: F3, 22 and 2A. RGB value is (243,34,42). Sum of RGB (Red+Green+Blue) = 243+34+42=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F3222A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3222A is #0CDDD5. Grayscale: #616161. Windows color (decimal): -843222 or 2761459. OLE color: 2761459.
HSL color Cylindrical-coordinate representation of color #F3222A: hue angle of 357.7º 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 #F3222A is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 42 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.05 |
| HSL | 357.7º | 0.9% | 0.54% | - |
| HSV(B) | 357.7º | 0.86% | 0.95% | - |
| XYZ | 37.95 | 20.37 | 4.12 | - |
| YUV | 97.4 | 96.74 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 42 | 0 | 0.86 | 0.83 | 0.05 | 357.7 | 0.9 | 0.54 |
| Hex | F3 | 22 | 2A | 0 | 56 | 53 | 5 | 166 | 5A | 36 |
| Octal | 363 | 42 | 52 | 0 | 126 | 123 | 5 | 546 | 132 | 66 |
| Binary | 11110011 | 100010 | 101010 | 0 | 1010110 | 1010011 | 101 | 101100110 | 1011010 | 110110 |
Color Harmonies of #F3222A
Complementary color
Monochromatic Colors of #F3222A
Black with #F3222A
Text Example
Text Example
White with #F3222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3222A; }
p { color: rgb(243,34,42); }
H1.HeaderClassName
{
color: #F3222A;
}
.AnyTagClassName
{
color: #F3222A;
}
</style>
background-color css
<style>
a { background-color: #F3222A; }
a { background-color: rgb(243,34,42); }
div.DivClassName
{
background-color: #F3222A;
}
.BgClassName
{
background-color: #F3222A;
}
</style>
border-color css
<style>
span { border-color: #F3222A; }
span { border-color: rgb(243,34,42); }
td.TdClassName
{
border-color: #F3222A;
}
.TagClassName
{
border-color: #F3222A;
}
</style>