Shades of Alizarin #F4333E
Tints of Alizarin #F4333E
RGB
CMYK
RGB Variations
Color information
#F4333E (or 0xF4333E) is known color: Alizarin. HEX triplet: F4, 33 and 3E. RGB value is (244,51,62). Sum of RGB (Red+Green+Blue) = 244+51+62=357 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.35% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 244 - color contains mainly: red. Hex color #F4333E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4333E is #0BCCC1. Grayscale: #6E6E6E. Windows color (decimal): -773314 or 4076532. OLE color: 4076532.
HSL color Cylindrical-coordinate representation of color #F4333E: hue angle of 356.58º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F4333E is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 51 | 62 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.04 |
| HSL | 356.58º | 0.9% | 0.58% | - |
| HSV(B) | 356.58º | 0.79% | 0.96% | - |
| XYZ | 39.36 | 21.95 | 6.72 | - |
| YUV | 109.96 | 100.94 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 51 | 62 | 0 | 0.79 | 0.75 | 0.04 | 356.58 | 0.9 | 0.58 |
| Hex | F4 | 33 | 3E | 0 | 4F | 4B | 4 | 165 | 5A | 3A |
| Octal | 364 | 63 | 76 | 0 | 117 | 113 | 4 | 545 | 132 | 72 |
| Binary | 11110100 | 110011 | 111110 | 0 | 1001111 | 1001011 | 100 | 101100101 | 1011010 | 111010 |
Color Harmonies of #F4333E
Complementary color
Monochromatic Colors of #F4333E
Black with #F4333E
Text Example
Text Example
White with #F4333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4333E; }
p { color: rgb(244,51,62); }
H1.HeaderClassName
{
color: #F4333E;
}
.AnyTagClassName
{
color: #F4333E;
}
</style>
background-color css
<style>
a { background-color: #F4333E; }
a { background-color: rgb(244,51,62); }
div.DivClassName
{
background-color: #F4333E;
}
.BgClassName
{
background-color: #F4333E;
}
</style>
border-color css
<style>
span { border-color: #F4333E; }
span { border-color: rgb(244,51,62); }
td.TdClassName
{
border-color: #F4333E;
}
.TagClassName
{
border-color: #F4333E;
}
</style>