Shades of Alizarin #F32B32
Tints of Alizarin #F32B32
RGB
CMYK
RGB Variations
Color information
#F32B32 (or 0xF32B32) is known color: Alizarin. HEX triplet: F3, 2B and 32. RGB value is (243,43,50). Sum of RGB (Red+Green+Blue) = 243+43+50=336 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.32% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32B32 is #0CD4CD. Grayscale: #676767. Windows color (decimal): -840910 or 3288051. OLE color: 3288051.
HSL color Cylindrical-coordinate representation of color #F32B32: hue angle of 357.9º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32B32 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 50 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.05 |
| HSL | 357.9º | 0.89% | 0.56% | - |
| HSV(B) | 357.9º | 0.82% | 0.95% | - |
| XYZ | 38.4 | 21.01 | 5.05 | - |
| YUV | 103.6 | 97.76 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 50 | 0 | 0.82 | 0.79 | 0.05 | 357.9 | 0.89 | 0.56 |
| Hex | F3 | 2B | 32 | 0 | 52 | 4F | 5 | 166 | 59 | 38 |
| Octal | 363 | 53 | 62 | 0 | 122 | 117 | 5 | 546 | 131 | 70 |
| Binary | 11110011 | 101011 | 110010 | 0 | 1010010 | 1001111 | 101 | 101100110 | 1011001 | 111000 |
Color Harmonies of #F32B32
Complementary color
Monochromatic Colors of #F32B32
Black with #F32B32
Text Example
Text Example
White with #F32B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32B32; }
p { color: rgb(243,43,50); }
H1.HeaderClassName
{
color: #F32B32;
}
.AnyTagClassName
{
color: #F32B32;
}
</style>
background-color css
<style>
a { background-color: #F32B32; }
a { background-color: rgb(243,43,50); }
div.DivClassName
{
background-color: #F32B32;
}
.BgClassName
{
background-color: #F32B32;
}
</style>
border-color css
<style>
span { border-color: #F32B32; }
span { border-color: rgb(243,43,50); }
td.TdClassName
{
border-color: #F32B32;
}
.TagClassName
{
border-color: #F32B32;
}
</style>