Shades of Alizarin #F32128
Tints of Alizarin #F32128
RGB
CMYK
RGB Variations
Color information
#F32128 (or 0xF32128) is known color: Alizarin. HEX triplet: F3, 21 and 28. RGB value is (243,33,40). Sum of RGB (Red+Green+Blue) = 243+33+40=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F32128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32128 is #0CDED7. Grayscale: #606060. Windows color (decimal): -843480 or 2630131. OLE color: 2630131.
HSL color Cylindrical-coordinate representation of color #F32128: hue angle of 358º 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 #F32128 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 40 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.05 |
| HSL | 358º | 0.9% | 0.54% | - |
| HSV(B) | 358º | 0.86% | 0.95% | - |
| XYZ | 37.89 | 20.3 | 3.93 | - |
| YUV | 96.59 | 96.07 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 40 | 0 | 0.86 | 0.84 | 0.05 | 358 | 0.9 | 0.54 |
| Hex | F3 | 21 | 28 | 0 | 56 | 54 | 5 | 166 | 5A | 36 |
| Octal | 363 | 41 | 50 | 0 | 126 | 124 | 5 | 546 | 132 | 66 |
| Binary | 11110011 | 100001 | 101000 | 0 | 1010110 | 1010100 | 101 | 101100110 | 1011010 | 110110 |
Color Harmonies of #F32128
Complementary color
Monochromatic Colors of #F32128
Black with #F32128
Text Example
Text Example
White with #F32128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32128; }
p { color: rgb(243,33,40); }
H1.HeaderClassName
{
color: #F32128;
}
.AnyTagClassName
{
color: #F32128;
}
</style>
background-color css
<style>
a { background-color: #F32128; }
a { background-color: rgb(243,33,40); }
div.DivClassName
{
background-color: #F32128;
}
.BgClassName
{
background-color: #F32128;
}
</style>
border-color css
<style>
span { border-color: #F32128; }
span { border-color: rgb(243,33,40); }
td.TdClassName
{
border-color: #F32128;
}
.TagClassName
{
border-color: #F32128;
}
</style>