Shades of Alizarin #F32023
Tints of Alizarin #F32023
RGB
CMYK
RGB Variations
Color information
#F32023 (or 0xF32023) is known color: Alizarin. HEX triplet: F3, 20 and 23. RGB value is (243,32,35). Sum of RGB (Red+Green+Blue) = 243+32+35=310 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.39% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 243 - color contains mainly: red. Hex color #F32023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32023 is #0CDFDC. Grayscale: #5F5F5F. Windows color (decimal): -843741 or 2302195. OLE color: 2302195.
HSL color Cylindrical-coordinate representation of color #F32023: hue angle of 359.15º 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 #F32023 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 35 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.05 |
| HSL | 359.15º | 0.9% | 0.54% | - |
| HSV(B) | 359.15º | 0.87% | 0.95% | - |
| XYZ | 37.78 | 20.21 | 3.5 | - |
| YUV | 95.43 | 93.9 | 233.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 35 | 0 | 0.87 | 0.86 | 0.05 | 359.15 | 0.9 | 0.54 |
| Hex | F3 | 20 | 23 | 0 | 57 | 56 | 5 | 167 | 5A | 36 |
| Octal | 363 | 40 | 43 | 0 | 127 | 126 | 5 | 547 | 132 | 66 |
| Binary | 11110011 | 100000 | 100011 | 0 | 1010111 | 1010110 | 101 | 101100111 | 1011010 | 110110 |
Color Harmonies of #F32023
Complementary color
Monochromatic Colors of #F32023
Black with #F32023
Text Example
Text Example
White with #F32023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32023; }
p { color: rgb(243,32,35); }
H1.HeaderClassName
{
color: #F32023;
}
.AnyTagClassName
{
color: #F32023;
}
</style>
background-color css
<style>
a { background-color: #F32023; }
a { background-color: rgb(243,32,35); }
div.DivClassName
{
background-color: #F32023;
}
.BgClassName
{
background-color: #F32023;
}
</style>
border-color css
<style>
span { border-color: #F32023; }
span { border-color: rgb(243,32,35); }
td.TdClassName
{
border-color: #F32023;
}
.TagClassName
{
border-color: #F32023;
}
</style>