Shades of Alizarin #F43136
Tints of Alizarin #F43136
RGB
CMYK
RGB Variations
Color information
#F43136 (or 0xF43136) is known color: Alizarin. HEX triplet: F4, 31 and 36. RGB value is (244,49,54). Sum of RGB (Red+Green+Blue) = 244+49+54=347 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.32% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 244 - color contains mainly: red. Hex color #F43136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43136 is #0BCEC9. Grayscale: #6C6C6C. Windows color (decimal): -773834 or 3551732. OLE color: 3551732.
HSL color Cylindrical-coordinate representation of color #F43136: hue angle of 358.46º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43136 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 54 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.04 |
| HSL | 358.46º | 0.9% | 0.57% | - |
| HSV(B) | 358.46º | 0.8% | 0.96% | - |
| XYZ | 39.07 | 21.7 | 5.62 | - |
| YUV | 107.88 | 97.6 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 54 | 0 | 0.80 | 0.78 | 0.04 | 358.46 | 0.9 | 0.57 |
| Hex | F4 | 31 | 36 | 0 | 50 | 4E | 4 | 166 | 5A | 39 |
| Octal | 364 | 61 | 66 | 0 | 120 | 116 | 4 | 546 | 132 | 71 |
| Binary | 11110100 | 110001 | 110110 | 0 | 1010000 | 1001110 | 100 | 101100110 | 1011010 | 111001 |
Color Harmonies of #F43136
Complementary color
Monochromatic Colors of #F43136
Black with #F43136
Text Example
Text Example
White with #F43136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43136; }
p { color: rgb(244,49,54); }
H1.HeaderClassName
{
color: #F43136;
}
.AnyTagClassName
{
color: #F43136;
}
</style>
background-color css
<style>
a { background-color: #F43136; }
a { background-color: rgb(244,49,54); }
div.DivClassName
{
background-color: #F43136;
}
.BgClassName
{
background-color: #F43136;
}
</style>
border-color css
<style>
span { border-color: #F43136; }
span { border-color: rgb(244,49,54); }
td.TdClassName
{
border-color: #F43136;
}
.TagClassName
{
border-color: #F43136;
}
</style>