Shades of Alizarin #F3323A
Tints of Alizarin #F3323A
RGB
CMYK
RGB Variations
Color information
#F3323A (or 0xF3323A) is known color: Alizarin. HEX triplet: F3, 32 and 3A. RGB value is (243,50,58). Sum of RGB (Red+Green+Blue) = 243+50+58=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F3323A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3323A is #0CCDC5. Grayscale: #6C6C6C. Windows color (decimal): -839110 or 3814131. OLE color: 3814131.
HSL color Cylindrical-coordinate representation of color #F3323A: hue angle of 357.51º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3323A is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 58 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.05 |
| HSL | 357.51º | 0.89% | 0.57% | - |
| HSV(B) | 357.51º | 0.79% | 0.95% | - |
| XYZ | 38.87 | 21.64 | 6.13 | - |
| YUV | 108.62 | 99.44 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 58 | 0 | 0.79 | 0.76 | 0.05 | 357.51 | 0.89 | 0.57 |
| Hex | F3 | 32 | 3A | 0 | 4F | 4C | 5 | 166 | 59 | 39 |
| Octal | 363 | 62 | 72 | 0 | 117 | 114 | 5 | 546 | 131 | 71 |
| Binary | 11110011 | 110010 | 111010 | 0 | 1001111 | 1001100 | 101 | 101100110 | 1011001 | 111001 |
Color Harmonies of #F3323A
Complementary color
Monochromatic Colors of #F3323A
Black with #F3323A
Text Example
Text Example
White with #F3323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3323A; }
p { color: rgb(243,50,58); }
H1.HeaderClassName
{
color: #F3323A;
}
.AnyTagClassName
{
color: #F3323A;
}
</style>
background-color css
<style>
a { background-color: #F3323A; }
a { background-color: rgb(243,50,58); }
div.DivClassName
{
background-color: #F3323A;
}
.BgClassName
{
background-color: #F3323A;
}
</style>
border-color css
<style>
span { border-color: #F3323A; }
span { border-color: rgb(243,50,58); }
td.TdClassName
{
border-color: #F3323A;
}
.TagClassName
{
border-color: #F3323A;
}
</style>