Shades of Alizarin #F3203E
Tints of Alizarin #F3203E
RGB
CMYK
RGB Variations
Color information
#F3203E (or 0xF3203E) is known color: Alizarin. HEX triplet: F3, 20 and 3E. RGB value is (243,32,62). Sum of RGB (Red+Green+Blue) = 243+32+62=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F3203E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3203E is #0CDFC1. Grayscale: #626262. Windows color (decimal): -843714 or 4071667. OLE color: 4071667.
HSL color Cylindrical-coordinate representation of color #F3203E: hue angle of 351.47º 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 #F3203E is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 62 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.05 |
| HSL | 351.47º | 0.9% | 0.54% | - |
| HSV(B) | 351.47º | 0.87% | 0.95% | - |
| XYZ | 38.35 | 20.44 | 6.48 | - |
| YUV | 98.51 | 107.4 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 62 | 0 | 0.87 | 0.74 | 0.05 | 351.47 | 0.9 | 0.54 |
| Hex | F3 | 20 | 3E | 0 | 57 | 4A | 5 | 15F | 5A | 36 |
| Octal | 363 | 40 | 76 | 0 | 127 | 112 | 5 | 537 | 132 | 66 |
| Binary | 11110011 | 100000 | 111110 | 0 | 1010111 | 1001010 | 101 | 101011111 | 1011010 | 110110 |
Color Harmonies of #F3203E
Complementary color
Monochromatic Colors of #F3203E
Black with #F3203E
Text Example
Text Example
White with #F3203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3203E; }
p { color: rgb(243,32,62); }
H1.HeaderClassName
{
color: #F3203E;
}
.AnyTagClassName
{
color: #F3203E;
}
</style>
background-color css
<style>
a { background-color: #F3203E; }
a { background-color: rgb(243,32,62); }
div.DivClassName
{
background-color: #F3203E;
}
.BgClassName
{
background-color: #F3203E;
}
</style>
border-color css
<style>
span { border-color: #F3203E; }
span { border-color: rgb(243,32,62); }
td.TdClassName
{
border-color: #F3203E;
}
.TagClassName
{
border-color: #F3203E;
}
</style>