Shades of Alizarin #F32B2F
Tints of Alizarin #F32B2F
RGB
CMYK
RGB Variations
Color information
#F32B2F (or 0xF32B2F) is known color: Alizarin. HEX triplet: F3, 2B and 2F. RGB value is (243,43,47). Sum of RGB (Red+Green+Blue) = 243+43+47=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32B2F is #0CD4D0. Grayscale: #676767. Windows color (decimal): -840913 or 3091443. OLE color: 3091443.
HSL color Cylindrical-coordinate representation of color #F32B2F: hue angle of 358.8º 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 #F32B2F is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 47 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.05 |
| HSL | 358.8º | 0.89% | 0.56% | - |
| HSV(B) | 358.8º | 0.82% | 0.95% | - |
| XYZ | 38.34 | 20.99 | 4.72 | - |
| YUV | 103.26 | 96.26 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 47 | 0 | 0.82 | 0.81 | 0.05 | 358.8 | 0.89 | 0.56 |
| Hex | F3 | 2B | 2F | 0 | 52 | 51 | 5 | 167 | 59 | 38 |
| Octal | 363 | 53 | 57 | 0 | 122 | 121 | 5 | 547 | 131 | 70 |
| Binary | 11110011 | 101011 | 101111 | 0 | 1010010 | 1010001 | 101 | 101100111 | 1011001 | 111000 |
Color Harmonies of #F32B2F
Complementary color
Monochromatic Colors of #F32B2F
Black with #F32B2F
Text Example
Text Example
White with #F32B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32B2F; }
p { color: rgb(243,43,47); }
H1.HeaderClassName
{
color: #F32B2F;
}
.AnyTagClassName
{
color: #F32B2F;
}
</style>
background-color css
<style>
a { background-color: #F32B2F; }
a { background-color: rgb(243,43,47); }
div.DivClassName
{
background-color: #F32B2F;
}
.BgClassName
{
background-color: #F32B2F;
}
</style>
border-color css
<style>
span { border-color: #F32B2F; }
span { border-color: rgb(243,43,47); }
td.TdClassName
{
border-color: #F32B2F;
}
.TagClassName
{
border-color: #F32B2F;
}
</style>