Shades of Alizarin #F43B3E
Tints of Alizarin #F43B3E
RGB
CMYK
RGB Variations
Color information
#F43B3E (or 0xF43B3E) is known color: Alizarin. HEX triplet: F4, 3B and 3E. RGB value is (244,59,62). Sum of RGB (Red+Green+Blue) = 244+59+62=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F43B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43B3E is #0BC4C1. Grayscale: #727272. Windows color (decimal): -771266 or 4078580. OLE color: 4078580.
HSL color Cylindrical-coordinate representation of color #F43B3E: hue angle of 359.03º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F43B3E is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 59 | 62 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.04 |
| HSL | 359.03º | 0.89% | 0.59% | - |
| HSV(B) | 359.03º | 0.76% | 0.96% | - |
| XYZ | 39.74 | 22.71 | 6.85 | - |
| YUV | 114.66 | 98.29 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 59 | 62 | 0 | 0.76 | 0.75 | 0.04 | 359.03 | 0.89 | 0.59 |
| Hex | F4 | 3B | 3E | 0 | 4C | 4B | 4 | 167 | 59 | 3B |
| Octal | 364 | 73 | 76 | 0 | 114 | 113 | 4 | 547 | 131 | 73 |
| Binary | 11110100 | 111011 | 111110 | 0 | 1001100 | 1001011 | 100 | 101100111 | 1011001 | 111011 |
Color Harmonies of #F43B3E
Complementary color
Monochromatic Colors of #F43B3E
Black with #F43B3E
Text Example
Text Example
White with #F43B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43B3E; }
p { color: rgb(244,59,62); }
H1.HeaderClassName
{
color: #F43B3E;
}
.AnyTagClassName
{
color: #F43B3E;
}
</style>
background-color css
<style>
a { background-color: #F43B3E; }
a { background-color: rgb(244,59,62); }
div.DivClassName
{
background-color: #F43B3E;
}
.BgClassName
{
background-color: #F43B3E;
}
</style>
border-color css
<style>
span { border-color: #F43B3E; }
span { border-color: rgb(244,59,62); }
td.TdClassName
{
border-color: #F43B3E;
}
.TagClassName
{
border-color: #F43B3E;
}
</style>