Shades of Alizarin #F32732
Tints of Alizarin #F32732
RGB
CMYK
RGB Variations
Color information
#F32732 (or 0xF32732) is known color: Alizarin. HEX triplet: F3, 27 and 32. RGB value is (243,39,50). Sum of RGB (Red+Green+Blue) = 243+39+50=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F32732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32732 is #0CD8CD. Grayscale: #656565. Windows color (decimal): -841934 or 3287027. OLE color: 3287027.
HSL color Cylindrical-coordinate representation of color #F32732: hue angle of 356.76º 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 #F32732 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 50 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.05 |
| HSL | 356.76º | 0.89% | 0.55% | - |
| HSV(B) | 356.76º | 0.84% | 0.95% | - |
| XYZ | 38.26 | 20.74 | 5 | - |
| YUV | 101.25 | 99.09 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 50 | 0 | 0.84 | 0.79 | 0.05 | 356.76 | 0.89 | 0.55 |
| Hex | F3 | 27 | 32 | 0 | 54 | 4F | 5 | 165 | 59 | 37 |
| Octal | 363 | 47 | 62 | 0 | 124 | 117 | 5 | 545 | 131 | 67 |
| Binary | 11110011 | 100111 | 110010 | 0 | 1010100 | 1001111 | 101 | 101100101 | 1011001 | 110111 |
Color Harmonies of #F32732
Complementary color
Monochromatic Colors of #F32732
Black with #F32732
Text Example
Text Example
White with #F32732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32732; }
p { color: rgb(243,39,50); }
H1.HeaderClassName
{
color: #F32732;
}
.AnyTagClassName
{
color: #F32732;
}
</style>
background-color css
<style>
a { background-color: #F32732; }
a { background-color: rgb(243,39,50); }
div.DivClassName
{
background-color: #F32732;
}
.BgClassName
{
background-color: #F32732;
}
</style>
border-color css
<style>
span { border-color: #F32732; }
span { border-color: rgb(243,39,50); }
td.TdClassName
{
border-color: #F32732;
}
.TagClassName
{
border-color: #F32732;
}
</style>