Shades of Alizarin #F32123
Tints of Alizarin #F32123
RGB
CMYK
RGB Variations
Color information
#F32123 (or 0xF32123) is known color: Alizarin. HEX triplet: F3, 21 and 23. RGB value is (243,33,35). Sum of RGB (Red+Green+Blue) = 243+33+35=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F32123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32123 is #0CDEDC. Grayscale: #606060. Windows color (decimal): -843485 or 2302451. OLE color: 2302451.
HSL color Cylindrical-coordinate representation of color #F32123: hue angle of 359.43º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32123 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 35 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.05 |
| HSL | 359.43º | 0.9% | 0.54% | - |
| HSV(B) | 359.43º | 0.86% | 0.95% | - |
| XYZ | 37.81 | 20.26 | 3.51 | - |
| YUV | 96.02 | 93.57 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 35 | 0 | 0.86 | 0.86 | 0.05 | 359.43 | 0.9 | 0.54 |
| Hex | F3 | 21 | 23 | 0 | 56 | 56 | 5 | 167 | 5A | 36 |
| Octal | 363 | 41 | 43 | 0 | 126 | 126 | 5 | 547 | 132 | 66 |
| Binary | 11110011 | 100001 | 100011 | 0 | 1010110 | 1010110 | 101 | 101100111 | 1011010 | 110110 |
Color Harmonies of #F32123
Complementary color
Monochromatic Colors of #F32123
Black with #F32123
Text Example
Text Example
White with #F32123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32123; }
p { color: rgb(243,33,35); }
H1.HeaderClassName
{
color: #F32123;
}
.AnyTagClassName
{
color: #F32123;
}
</style>
background-color css
<style>
a { background-color: #F32123; }
a { background-color: rgb(243,33,35); }
div.DivClassName
{
background-color: #F32123;
}
.BgClassName
{
background-color: #F32123;
}
</style>
border-color css
<style>
span { border-color: #F32123; }
span { border-color: rgb(243,33,35); }
td.TdClassName
{
border-color: #F32123;
}
.TagClassName
{
border-color: #F32123;
}
</style>