Shades of Alizarin #F32831
Tints of Alizarin #F32831
RGB
CMYK
RGB Variations
Color information
#F32831 (or 0xF32831) is known color: Alizarin. HEX triplet: F3, 28 and 31. RGB value is (243,40,49). Sum of RGB (Red+Green+Blue) = 243+40+49=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F32831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32831 is #0CD7CE. Grayscale: #656565. Windows color (decimal): -841679 or 3221747. OLE color: 3221747.
HSL color Cylindrical-coordinate representation of color #F32831: hue angle of 357.34º 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 #F32831 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 49 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.05 |
| HSL | 357.34º | 0.89% | 0.55% | - |
| HSV(B) | 357.34º | 0.84% | 0.95% | - |
| XYZ | 38.28 | 20.79 | 4.9 | - |
| YUV | 101.72 | 98.25 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 49 | 0 | 0.84 | 0.80 | 0.05 | 357.34 | 0.89 | 0.55 |
| Hex | F3 | 28 | 31 | 0 | 54 | 50 | 5 | 165 | 59 | 37 |
| Octal | 363 | 50 | 61 | 0 | 124 | 120 | 5 | 545 | 131 | 67 |
| Binary | 11110011 | 101000 | 110001 | 0 | 1010100 | 1010000 | 101 | 101100101 | 1011001 | 110111 |
Color Harmonies of #F32831
Complementary color
Monochromatic Colors of #F32831
Black with #F32831
Text Example
Text Example
White with #F32831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32831; }
p { color: rgb(243,40,49); }
H1.HeaderClassName
{
color: #F32831;
}
.AnyTagClassName
{
color: #F32831;
}
</style>
background-color css
<style>
a { background-color: #F32831; }
a { background-color: rgb(243,40,49); }
div.DivClassName
{
background-color: #F32831;
}
.BgClassName
{
background-color: #F32831;
}
</style>
border-color css
<style>
span { border-color: #F32831; }
span { border-color: rgb(243,40,49); }
td.TdClassName
{
border-color: #F32831;
}
.TagClassName
{
border-color: #F32831;
}
</style>