Shades of Alizarin #F32326
Tints of Alizarin #F32326
RGB
CMYK
RGB Variations
Color information
#F32326 (or 0xF32326) is known color: Alizarin. HEX triplet: F3, 23 and 26. RGB value is (243,35,38). Sum of RGB (Red+Green+Blue) = 243+35+38=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F32326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32326 is #0CDCD9. Grayscale: #616161. Windows color (decimal): -842970 or 2499571. OLE color: 2499571.
HSL color Cylindrical-coordinate representation of color #F32326: hue angle of 359.13º 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 #F32326 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 38 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.05 |
| HSL | 359.13º | 0.9% | 0.55% | - |
| HSV(B) | 359.13º | 0.86% | 0.95% | - |
| XYZ | 37.91 | 20.4 | 3.77 | - |
| YUV | 97.53 | 94.41 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 38 | 0 | 0.86 | 0.84 | 0.05 | 359.13 | 0.9 | 0.55 |
| Hex | F3 | 23 | 26 | 0 | 56 | 54 | 5 | 167 | 5A | 37 |
| Octal | 363 | 43 | 46 | 0 | 126 | 124 | 5 | 547 | 132 | 67 |
| Binary | 11110011 | 100011 | 100110 | 0 | 1010110 | 1010100 | 101 | 101100111 | 1011010 | 110111 |
Color Harmonies of #F32326
Complementary color
Monochromatic Colors of #F32326
Black with #F32326
Text Example
Text Example
White with #F32326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32326; }
p { color: rgb(243,35,38); }
H1.HeaderClassName
{
color: #F32326;
}
.AnyTagClassName
{
color: #F32326;
}
</style>
background-color css
<style>
a { background-color: #F32326; }
a { background-color: rgb(243,35,38); }
div.DivClassName
{
background-color: #F32326;
}
.BgClassName
{
background-color: #F32326;
}
</style>
border-color css
<style>
span { border-color: #F32326; }
span { border-color: rgb(243,35,38); }
td.TdClassName
{
border-color: #F32326;
}
.TagClassName
{
border-color: #F32326;
}
</style>