Shades of Alizarin #F32834
Tints of Alizarin #F32834
RGB
CMYK
RGB Variations
Color information
#F32834 (or 0xF32834) is known color: Alizarin. HEX triplet: F3, 28 and 34. RGB value is (243,40,52). Sum of RGB (Red+Green+Blue) = 243+40+52=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F32834 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32834 is #0CD7CB. Grayscale: #666666. Windows color (decimal): -841676 or 3418355. OLE color: 3418355.
HSL color Cylindrical-coordinate representation of color #F32834: hue angle of 356.45º 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 #F32834 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 52 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.05 |
| HSL | 356.45º | 0.89% | 0.55% | - |
| HSV(B) | 356.45º | 0.84% | 0.95% | - |
| XYZ | 38.34 | 20.82 | 5.25 | - |
| YUV | 102.07 | 99.75 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 52 | 0 | 0.84 | 0.79 | 0.05 | 356.45 | 0.89 | 0.55 |
| Hex | F3 | 28 | 34 | 0 | 54 | 4F | 5 | 164 | 59 | 37 |
| Octal | 363 | 50 | 64 | 0 | 124 | 117 | 5 | 544 | 131 | 67 |
| Binary | 11110011 | 101000 | 110100 | 0 | 1010100 | 1001111 | 101 | 101100100 | 1011001 | 110111 |
Color Harmonies of #F32834
Complementary color
Monochromatic Colors of #F32834
Black with #F32834
Text Example
Text Example
White with #F32834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32834; }
p { color: rgb(243,40,52); }
H1.HeaderClassName
{
color: #F32834;
}
.AnyTagClassName
{
color: #F32834;
}
</style>
background-color css
<style>
a { background-color: #F32834; }
a { background-color: rgb(243,40,52); }
div.DivClassName
{
background-color: #F32834;
}
.BgClassName
{
background-color: #F32834;
}
</style>
border-color css
<style>
span { border-color: #F32834; }
span { border-color: rgb(243,40,52); }
td.TdClassName
{
border-color: #F32834;
}
.TagClassName
{
border-color: #F32834;
}
</style>