Shades of Alizarin #F4333F
Tints of Alizarin #F4333F
RGB
CMYK
RGB Variations
Color information
#F4333F (or 0xF4333F) is known color: Alizarin. HEX triplet: F4, 33 and 3F. RGB value is (244,51,63). Sum of RGB (Red+Green+Blue) = 244+51+63=358 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.16% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 244 - color contains mainly: red. Hex color #F4333F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4333F is #0BCCC0. Grayscale: #6E6E6E. Windows color (decimal): -773313 or 4142068. OLE color: 4142068.
HSL color Cylindrical-coordinate representation of color #F4333F: hue angle of 356.27º 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 #F4333F is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 51 | 63 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.04 |
| HSL | 356.27º | 0.9% | 0.58% | - |
| HSV(B) | 356.27º | 0.79% | 0.96% | - |
| XYZ | 39.39 | 21.96 | 6.87 | - |
| YUV | 110.08 | 101.44 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 51 | 63 | 0 | 0.79 | 0.74 | 0.04 | 356.27 | 0.9 | 0.58 |
| Hex | F4 | 33 | 3F | 0 | 4F | 4A | 4 | 164 | 5A | 3A |
| Octal | 364 | 63 | 77 | 0 | 117 | 112 | 4 | 544 | 132 | 72 |
| Binary | 11110100 | 110011 | 111111 | 0 | 1001111 | 1001010 | 100 | 101100100 | 1011010 | 111010 |
Color Harmonies of #F4333F
Complementary color
Monochromatic Colors of #F4333F
Black with #F4333F
Text Example
Text Example
White with #F4333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4333F; }
p { color: rgb(244,51,63); }
H1.HeaderClassName
{
color: #F4333F;
}
.AnyTagClassName
{
color: #F4333F;
}
</style>
background-color css
<style>
a { background-color: #F4333F; }
a { background-color: rgb(244,51,63); }
div.DivClassName
{
background-color: #F4333F;
}
.BgClassName
{
background-color: #F4333F;
}
</style>
border-color css
<style>
span { border-color: #F4333F; }
span { border-color: rgb(244,51,63); }
td.TdClassName
{
border-color: #F4333F;
}
.TagClassName
{
border-color: #F4333F;
}
</style>