Shades of Alizarin #F33334
Tints of Alizarin #F33334
RGB
CMYK
RGB Variations
Color information
#F33334 (or 0xF33334) is known color: Alizarin. HEX triplet: F3, 33 and 34. RGB value is (243,51,52). Sum of RGB (Red+Green+Blue) = 243+51+52=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F33334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33334 is #0CCCCB. Grayscale: #6C6C6C. Windows color (decimal): -838860 or 3421171. OLE color: 3421171.
HSL color Cylindrical-coordinate representation of color #F33334: hue angle of 359.69º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F33334 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 52 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.05 |
| HSL | 359.69º | 0.89% | 0.58% | - |
| HSV(B) | 359.69º | 0.79% | 0.95% | - |
| XYZ | 38.77 | 21.67 | 5.39 | - |
| YUV | 108.52 | 96.11 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 52 | 0 | 0.79 | 0.79 | 0.05 | 359.69 | 0.89 | 0.58 |
| Hex | F3 | 33 | 34 | 0 | 4F | 4F | 5 | 168 | 59 | 3A |
| Octal | 363 | 63 | 64 | 0 | 117 | 117 | 5 | 550 | 131 | 72 |
| Binary | 11110011 | 110011 | 110100 | 0 | 1001111 | 1001111 | 101 | 101101000 | 1011001 | 111010 |
Color Harmonies of #F33334
Complementary color
Monochromatic Colors of #F33334
Black with #F33334
Text Example
Text Example
White with #F33334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33334; }
p { color: rgb(243,51,52); }
H1.HeaderClassName
{
color: #F33334;
}
.AnyTagClassName
{
color: #F33334;
}
</style>
background-color css
<style>
a { background-color: #F33334; }
a { background-color: rgb(243,51,52); }
div.DivClassName
{
background-color: #F33334;
}
.BgClassName
{
background-color: #F33334;
}
</style>
border-color css
<style>
span { border-color: #F33334; }
span { border-color: rgb(243,51,52); }
td.TdClassName
{
border-color: #F33334;
}
.TagClassName
{
border-color: #F33334;
}
</style>