Shades of Alizarin #F32A2C
Tints of Alizarin #F32A2C
RGB
CMYK
RGB Variations
Color information
#F32A2C (or 0xF32A2C) is known color: Alizarin. HEX triplet: F3, 2A and 2C. RGB value is (243,42,44). Sum of RGB (Red+Green+Blue) = 243+42+44=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32A2C is #0CD5D3. Grayscale: #666666. Windows color (decimal): -841172 or 2894579. OLE color: 2894579.
HSL color Cylindrical-coordinate representation of color #F32A2C: hue angle of 359.4º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32A2C is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 42 | 44 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.05 |
| HSL | 359.4º | 0.89% | 0.56% | - |
| HSV(B) | 359.4º | 0.83% | 0.95% | - |
| XYZ | 38.24 | 20.89 | 4.4 | - |
| YUV | 102.33 | 95.09 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 42 | 44 | 0 | 0.83 | 0.82 | 0.05 | 359.4 | 0.89 | 0.56 |
| Hex | F3 | 2A | 2C | 0 | 53 | 52 | 5 | 167 | 59 | 38 |
| Octal | 363 | 52 | 54 | 0 | 123 | 122 | 5 | 547 | 131 | 70 |
| Binary | 11110011 | 101010 | 101100 | 0 | 1010011 | 1010010 | 101 | 101100111 | 1011001 | 111000 |
Color Harmonies of #F32A2C
Complementary color
Monochromatic Colors of #F32A2C
Black with #F32A2C
Text Example
Text Example
White with #F32A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32A2C; }
p { color: rgb(243,42,44); }
H1.HeaderClassName
{
color: #F32A2C;
}
.AnyTagClassName
{
color: #F32A2C;
}
</style>
background-color css
<style>
a { background-color: #F32A2C; }
a { background-color: rgb(243,42,44); }
div.DivClassName
{
background-color: #F32A2C;
}
.BgClassName
{
background-color: #F32A2C;
}
</style>
border-color css
<style>
span { border-color: #F32A2C; }
span { border-color: rgb(243,42,44); }
td.TdClassName
{
border-color: #F32A2C;
}
.TagClassName
{
border-color: #F32A2C;
}
</style>