Shades of Alizarin #F32832
Tints of Alizarin #F32832
RGB
CMYK
RGB Variations
Color information
#F32832 (or 0xF32832) is known color: Alizarin. HEX triplet: F3, 28 and 32. RGB value is (243,40,50). Sum of RGB (Red+Green+Blue) = 243+40+50=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F32832 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32832 is #0CD7CD. Grayscale: #656565. Windows color (decimal): -841678 or 3287283. OLE color: 3287283.
HSL color Cylindrical-coordinate representation of color #F32832: hue angle of 357.04º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32832 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 50 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.05 |
| HSL | 357.04º | 0.89% | 0.55% | - |
| HSV(B) | 357.04º | 0.84% | 0.95% | - |
| XYZ | 38.3 | 20.8 | 5.01 | - |
| YUV | 101.84 | 98.75 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 50 | 0 | 0.84 | 0.79 | 0.05 | 357.04 | 0.89 | 0.55 |
| Hex | F3 | 28 | 32 | 0 | 54 | 4F | 5 | 165 | 59 | 37 |
| Octal | 363 | 50 | 62 | 0 | 124 | 117 | 5 | 545 | 131 | 67 |
| Binary | 11110011 | 101000 | 110010 | 0 | 1010100 | 1001111 | 101 | 101100101 | 1011001 | 110111 |
Color Harmonies of #F32832
Complementary color
Monochromatic Colors of #F32832
Black with #F32832
Text Example
Text Example
White with #F32832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32832; }
p { color: rgb(243,40,50); }
H1.HeaderClassName
{
color: #F32832;
}
.AnyTagClassName
{
color: #F32832;
}
</style>
background-color css
<style>
a { background-color: #F32832; }
a { background-color: rgb(243,40,50); }
div.DivClassName
{
background-color: #F32832;
}
.BgClassName
{
background-color: #F32832;
}
</style>
border-color css
<style>
span { border-color: #F32832; }
span { border-color: rgb(243,40,50); }
td.TdClassName
{
border-color: #F32832;
}
.TagClassName
{
border-color: #F32832;
}
</style>