Shades of Alizarin #F32839
Tints of Alizarin #F32839
RGB
CMYK
RGB Variations
Color information
#F32839 (or 0xF32839) is known color: Alizarin. HEX triplet: F3, 28 and 39. RGB value is (243,40,57). Sum of RGB (Red+Green+Blue) = 243+40+57=340 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.47% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 243 - color contains mainly: red. Hex color #F32839 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32839 is #0CD7C6. Grayscale: #666666. Windows color (decimal): -841671 or 3746035. OLE color: 3746035.
HSL color Cylindrical-coordinate representation of color #F32839: hue angle of 354.98º 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 #F32839 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 57 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.05 |
| HSL | 354.98º | 0.89% | 0.55% | - |
| HSV(B) | 354.98º | 0.84% | 0.95% | - |
| XYZ | 38.46 | 20.87 | 5.87 | - |
| YUV | 102.64 | 102.25 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 57 | 0 | 0.84 | 0.77 | 0.05 | 354.98 | 0.89 | 0.55 |
| Hex | F3 | 28 | 39 | 0 | 54 | 4D | 5 | 163 | 59 | 37 |
| Octal | 363 | 50 | 71 | 0 | 124 | 115 | 5 | 543 | 131 | 67 |
| Binary | 11110011 | 101000 | 111001 | 0 | 1010100 | 1001101 | 101 | 101100011 | 1011001 | 110111 |
Color Harmonies of #F32839
Complementary color
Monochromatic Colors of #F32839
Black with #F32839
Text Example
Text Example
White with #F32839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32839; }
p { color: rgb(243,40,57); }
H1.HeaderClassName
{
color: #F32839;
}
.AnyTagClassName
{
color: #F32839;
}
</style>
background-color css
<style>
a { background-color: #F32839; }
a { background-color: rgb(243,40,57); }
div.DivClassName
{
background-color: #F32839;
}
.BgClassName
{
background-color: #F32839;
}
</style>
border-color css
<style>
span { border-color: #F32839; }
span { border-color: rgb(243,40,57); }
td.TdClassName
{
border-color: #F32839;
}
.TagClassName
{
border-color: #F32839;
}
</style>