Shades of Alizarin #F32931
Tints of Alizarin #F32931
RGB
CMYK
RGB Variations
Color information
#F32931 (or 0xF32931) is known color: Alizarin. HEX triplet: F3, 29 and 31. RGB value is (243,41,49). Sum of RGB (Red+Green+Blue) = 243+41+49=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F32931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32931 is #0CD6CE. Grayscale: #666666. Windows color (decimal): -841423 or 3222003. OLE color: 3222003.
HSL color Cylindrical-coordinate representation of color #F32931: hue angle of 357.62º 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 #F32931 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 49 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.05 |
| HSL | 357.62º | 0.89% | 0.56% | - |
| HSV(B) | 357.62º | 0.83% | 0.95% | - |
| XYZ | 38.31 | 20.86 | 4.91 | - |
| YUV | 102.31 | 97.92 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 49 | 0 | 0.83 | 0.80 | 0.05 | 357.62 | 0.89 | 0.56 |
| Hex | F3 | 29 | 31 | 0 | 53 | 50 | 5 | 166 | 59 | 38 |
| Octal | 363 | 51 | 61 | 0 | 123 | 120 | 5 | 546 | 131 | 70 |
| Binary | 11110011 | 101001 | 110001 | 0 | 1010011 | 1010000 | 101 | 101100110 | 1011001 | 111000 |
Color Harmonies of #F32931
Complementary color
Monochromatic Colors of #F32931
Black with #F32931
Text Example
Text Example
White with #F32931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32931; }
p { color: rgb(243,41,49); }
H1.HeaderClassName
{
color: #F32931;
}
.AnyTagClassName
{
color: #F32931;
}
</style>
background-color css
<style>
a { background-color: #F32931; }
a { background-color: rgb(243,41,49); }
div.DivClassName
{
background-color: #F32931;
}
.BgClassName
{
background-color: #F32931;
}
</style>
border-color css
<style>
span { border-color: #F32931; }
span { border-color: rgb(243,41,49); }
td.TdClassName
{
border-color: #F32931;
}
.TagClassName
{
border-color: #F32931;
}
</style>