Shades of Alizarin #F3232A
Tints of Alizarin #F3232A
RGB
CMYK
RGB Variations
Color information
#F3232A (or 0xF3232A) is known color: Alizarin. HEX triplet: F3, 23 and 2A. RGB value is (243,35,42). Sum of RGB (Red+Green+Blue) = 243+35+42=320 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.94% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 243 - color contains mainly: red. Hex color #F3232A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3232A is #0CDCD5. Grayscale: #626262. Windows color (decimal): -842966 or 2761715. OLE color: 2761715.
HSL color Cylindrical-coordinate representation of color #F3232A: hue angle of 357.98º 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 #F3232A is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 42 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.05 |
| HSL | 357.98º | 0.9% | 0.55% | - |
| HSV(B) | 357.98º | 0.86% | 0.95% | - |
| XYZ | 37.98 | 20.42 | 4.13 | - |
| YUV | 97.99 | 96.41 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 42 | 0 | 0.86 | 0.83 | 0.05 | 357.98 | 0.9 | 0.55 |
| Hex | F3 | 23 | 2A | 0 | 56 | 53 | 5 | 166 | 5A | 37 |
| Octal | 363 | 43 | 52 | 0 | 126 | 123 | 5 | 546 | 132 | 67 |
| Binary | 11110011 | 100011 | 101010 | 0 | 1010110 | 1010011 | 101 | 101100110 | 1011010 | 110111 |
Color Harmonies of #F3232A
Complementary color
Monochromatic Colors of #F3232A
Black with #F3232A
Text Example
Text Example
White with #F3232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3232A; }
p { color: rgb(243,35,42); }
H1.HeaderClassName
{
color: #F3232A;
}
.AnyTagClassName
{
color: #F3232A;
}
</style>
background-color css
<style>
a { background-color: #F3232A; }
a { background-color: rgb(243,35,42); }
div.DivClassName
{
background-color: #F3232A;
}
.BgClassName
{
background-color: #F3232A;
}
</style>
border-color css
<style>
span { border-color: #F3232A; }
span { border-color: rgb(243,35,42); }
td.TdClassName
{
border-color: #F3232A;
}
.TagClassName
{
border-color: #F3232A;
}
</style>