Shades of Alizarin #F32329
Tints of Alizarin #F32329
RGB
CMYK
RGB Variations
Color information
#F32329 (or 0xF32329) is known color: Alizarin. HEX triplet: F3, 23 and 29. RGB value is (243,35,41). Sum of RGB (Red+Green+Blue) = 243+35+41=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F32329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32329 is #0CDCD6. Grayscale: #626262. Windows color (decimal): -842967 or 2696179. OLE color: 2696179.
HSL color Cylindrical-coordinate representation of color #F32329: hue angle of 358.27º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32329 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 41 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.05 |
| HSL | 358.27º | 0.9% | 0.55% | - |
| HSV(B) | 358.27º | 0.86% | 0.95% | - |
| XYZ | 37.96 | 20.42 | 4.04 | - |
| YUV | 97.88 | 95.91 | 231.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 41 | 0 | 0.86 | 0.83 | 0.05 | 358.27 | 0.9 | 0.55 |
| Hex | F3 | 23 | 29 | 0 | 56 | 53 | 5 | 166 | 5A | 37 |
| Octal | 363 | 43 | 51 | 0 | 126 | 123 | 5 | 546 | 132 | 67 |
| Binary | 11110011 | 100011 | 101001 | 0 | 1010110 | 1010011 | 101 | 101100110 | 1011010 | 110111 |
Color Harmonies of #F32329
Complementary color
Monochromatic Colors of #F32329
Black with #F32329
Text Example
Text Example
White with #F32329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32329; }
p { color: rgb(243,35,41); }
H1.HeaderClassName
{
color: #F32329;
}
.AnyTagClassName
{
color: #F32329;
}
</style>
background-color css
<style>
a { background-color: #F32329; }
a { background-color: rgb(243,35,41); }
div.DivClassName
{
background-color: #F32329;
}
.BgClassName
{
background-color: #F32329;
}
</style>
border-color css
<style>
span { border-color: #F32329; }
span { border-color: rgb(243,35,41); }
td.TdClassName
{
border-color: #F32329;
}
.TagClassName
{
border-color: #F32329;
}
</style>