Shades of Alizarin #F43334
Tints of Alizarin #F43334
RGB
CMYK
RGB Variations
Color information
#F43334 (or 0xF43334) is known color: Alizarin. HEX triplet: F4, 33 and 34. RGB value is (244,51,52). Sum of RGB (Red+Green+Blue) = 244+51+52=347 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.32% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 244 - color contains mainly: red. Hex color #F43334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43334 is #0BCCCB. Grayscale: #6D6D6D. Windows color (decimal): -773324 or 3421172. OLE color: 3421172.
HSL color Cylindrical-coordinate representation of color #F43334: hue angle of 359.69º 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 #F43334 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 51 | 52 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.04 |
| HSL | 359.69º | 0.9% | 0.58% | - |
| HSV(B) | 359.69º | 0.79% | 0.96% | - |
| XYZ | 39.11 | 21.85 | 5.4 | - |
| YUV | 108.82 | 95.94 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 51 | 52 | 0 | 0.79 | 0.79 | 0.04 | 359.69 | 0.9 | 0.58 |
| Hex | F4 | 33 | 34 | 0 | 4F | 4F | 4 | 168 | 5A | 3A |
| Octal | 364 | 63 | 64 | 0 | 117 | 117 | 4 | 550 | 132 | 72 |
| Binary | 11110100 | 110011 | 110100 | 0 | 1001111 | 1001111 | 100 | 101101000 | 1011010 | 111010 |
Color Harmonies of #F43334
Complementary color
Monochromatic Colors of #F43334
Black with #F43334
Text Example
Text Example
White with #F43334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43334; }
p { color: rgb(244,51,52); }
H1.HeaderClassName
{
color: #F43334;
}
.AnyTagClassName
{
color: #F43334;
}
</style>
background-color css
<style>
a { background-color: #F43334; }
a { background-color: rgb(244,51,52); }
div.DivClassName
{
background-color: #F43334;
}
.BgClassName
{
background-color: #F43334;
}
</style>
border-color css
<style>
span { border-color: #F43334; }
span { border-color: rgb(244,51,52); }
td.TdClassName
{
border-color: #F43334;
}
.TagClassName
{
border-color: #F43334;
}
</style>