Shades of Alizarin #F32126
Tints of Alizarin #F32126
RGB
CMYK
RGB Variations
Color information
#F32126 (or 0xF32126) is known color: Alizarin. HEX triplet: F3, 21 and 26. RGB value is (243,33,38). Sum of RGB (Red+Green+Blue) = 243+33+38=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F32126 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32126 is #0CDED9. Grayscale: #606060. Windows color (decimal): -843482 or 2499059. OLE color: 2499059.
HSL color Cylindrical-coordinate representation of color #F32126: hue angle of 358.57º 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 #F32126 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 38 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.05 |
| HSL | 358.57º | 0.9% | 0.54% | - |
| HSV(B) | 358.57º | 0.86% | 0.95% | - |
| XYZ | 37.86 | 20.28 | 3.75 | - |
| YUV | 96.36 | 95.07 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 38 | 0 | 0.86 | 0.84 | 0.05 | 358.57 | 0.9 | 0.54 |
| Hex | F3 | 21 | 26 | 0 | 56 | 54 | 5 | 167 | 5A | 36 |
| Octal | 363 | 41 | 46 | 0 | 126 | 124 | 5 | 547 | 132 | 66 |
| Binary | 11110011 | 100001 | 100110 | 0 | 1010110 | 1010100 | 101 | 101100111 | 1011010 | 110110 |
Color Harmonies of #F32126
Complementary color
Monochromatic Colors of #F32126
Black with #F32126
Text Example
Text Example
White with #F32126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32126; }
p { color: rgb(243,33,38); }
H1.HeaderClassName
{
color: #F32126;
}
.AnyTagClassName
{
color: #F32126;
}
</style>
background-color css
<style>
a { background-color: #F32126; }
a { background-color: rgb(243,33,38); }
div.DivClassName
{
background-color: #F32126;
}
.BgClassName
{
background-color: #F32126;
}
</style>
border-color css
<style>
span { border-color: #F32126; }
span { border-color: rgb(243,33,38); }
td.TdClassName
{
border-color: #F32126;
}
.TagClassName
{
border-color: #F32126;
}
</style>