Shades of Alizarin #F3203B
Tints of Alizarin #F3203B
RGB
CMYK
RGB Variations
Color information
#F3203B (or 0xF3203B) is known color: Alizarin. HEX triplet: F3, 20 and 3B. RGB value is (243,32,59). Sum of RGB (Red+Green+Blue) = 243+32+59=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F3203B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3203B is #0CDFC4. Grayscale: #626262. Windows color (decimal): -843717 or 3875059. OLE color: 3875059.
HSL color Cylindrical-coordinate representation of color #F3203B: hue angle of 352.32º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F3203B is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 59 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.05 |
| HSL | 352.32º | 0.9% | 0.54% | - |
| HSV(B) | 352.32º | 0.87% | 0.95% | - |
| XYZ | 38.27 | 20.4 | 6.06 | - |
| YUV | 98.17 | 105.9 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 59 | 0 | 0.87 | 0.76 | 0.05 | 352.32 | 0.9 | 0.54 |
| Hex | F3 | 20 | 3B | 0 | 57 | 4C | 5 | 160 | 5A | 36 |
| Octal | 363 | 40 | 73 | 0 | 127 | 114 | 5 | 540 | 132 | 66 |
| Binary | 11110011 | 100000 | 111011 | 0 | 1010111 | 1001100 | 101 | 101100000 | 1011010 | 110110 |
Color Harmonies of #F3203B
Complementary color
Monochromatic Colors of #F3203B
Black with #F3203B
Text Example
Text Example
White with #F3203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3203B; }
p { color: rgb(243,32,59); }
H1.HeaderClassName
{
color: #F3203B;
}
.AnyTagClassName
{
color: #F3203B;
}
</style>
background-color css
<style>
a { background-color: #F3203B; }
a { background-color: rgb(243,32,59); }
div.DivClassName
{
background-color: #F3203B;
}
.BgClassName
{
background-color: #F3203B;
}
</style>
border-color css
<style>
span { border-color: #F3203B; }
span { border-color: rgb(243,32,59); }
td.TdClassName
{
border-color: #F3203B;
}
.TagClassName
{
border-color: #F3203B;
}
</style>