Shades of Alizarin #F43237
Tints of Alizarin #F43237
RGB
CMYK
RGB Variations
Color information
#F43237 (or 0xF43237) is known color: Alizarin. HEX triplet: F4, 32 and 37. RGB value is (244,50,55). Sum of RGB (Red+Green+Blue) = 244+50+55=349 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.91% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 244 - color contains mainly: red. Hex color #F43237 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43237 is #0BCDC8. Grayscale: #6C6C6C. Windows color (decimal): -773577 or 3617524. OLE color: 3617524.
HSL color Cylindrical-coordinate representation of color #F43237: hue angle of 358.45º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43237 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 55 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.04 |
| HSL | 358.45º | 0.9% | 0.58% | - |
| HSV(B) | 358.45º | 0.8% | 0.96% | - |
| XYZ | 39.14 | 21.79 | 5.76 | - |
| YUV | 108.58 | 97.77 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 55 | 0 | 0.80 | 0.77 | 0.04 | 358.45 | 0.9 | 0.58 |
| Hex | F4 | 32 | 37 | 0 | 50 | 4D | 4 | 166 | 5A | 3A |
| Octal | 364 | 62 | 67 | 0 | 120 | 115 | 4 | 546 | 132 | 72 |
| Binary | 11110100 | 110010 | 110111 | 0 | 1010000 | 1001101 | 100 | 101100110 | 1011010 | 111010 |
Color Harmonies of #F43237
Complementary color
Monochromatic Colors of #F43237
Black with #F43237
Text Example
Text Example
White with #F43237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43237; }
p { color: rgb(244,50,55); }
H1.HeaderClassName
{
color: #F43237;
}
.AnyTagClassName
{
color: #F43237;
}
</style>
background-color css
<style>
a { background-color: #F43237; }
a { background-color: rgb(244,50,55); }
div.DivClassName
{
background-color: #F43237;
}
.BgClassName
{
background-color: #F43237;
}
</style>
border-color css
<style>
span { border-color: #F43237; }
span { border-color: rgb(244,50,55); }
td.TdClassName
{
border-color: #F43237;
}
.TagClassName
{
border-color: #F43237;
}
</style>