Shades of Alizarin #F32238
Tints of Alizarin #F32238
RGB
CMYK
RGB Variations
Color information
#F32238 (or 0xF32238) is known color: Alizarin. HEX triplet: F3, 22 and 38. RGB value is (243,34,56). Sum of RGB (Red+Green+Blue) = 243+34+56=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F32238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32238 is #0CDDC7. Grayscale: #636363. Windows color (decimal): -843208 or 3678963. OLE color: 3678963.
HSL color Cylindrical-coordinate representation of color #F32238: hue angle of 353.68º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32238 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 56 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.05 |
| HSL | 353.68º | 0.9% | 0.54% | - |
| HSV(B) | 353.68º | 0.86% | 0.95% | - |
| XYZ | 38.25 | 20.48 | 5.68 | - |
| YUV | 99 | 103.74 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 56 | 0 | 0.86 | 0.77 | 0.05 | 353.68 | 0.9 | 0.54 |
| Hex | F3 | 22 | 38 | 0 | 56 | 4D | 5 | 162 | 5A | 36 |
| Octal | 363 | 42 | 70 | 0 | 126 | 115 | 5 | 542 | 132 | 66 |
| Binary | 11110011 | 100010 | 111000 | 0 | 1010110 | 1001101 | 101 | 101100010 | 1011010 | 110110 |
Color Harmonies of #F32238
Complementary color
Monochromatic Colors of #F32238
Black with #F32238
Text Example
Text Example
White with #F32238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32238; }
p { color: rgb(243,34,56); }
H1.HeaderClassName
{
color: #F32238;
}
.AnyTagClassName
{
color: #F32238;
}
</style>
background-color css
<style>
a { background-color: #F32238; }
a { background-color: rgb(243,34,56); }
div.DivClassName
{
background-color: #F32238;
}
.BgClassName
{
background-color: #F32238;
}
</style>
border-color css
<style>
span { border-color: #F32238; }
span { border-color: rgb(243,34,56); }
td.TdClassName
{
border-color: #F32238;
}
.TagClassName
{
border-color: #F32238;
}
</style>