Shades of Alizarin #F33034
Tints of Alizarin #F33034
RGB
CMYK
RGB Variations
Color information
#F33034 (or 0xF33034) is known color: Alizarin. HEX triplet: F3, 30 and 34. RGB value is (243,48,52). Sum of RGB (Red+Green+Blue) = 243+48+52=343 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.85% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 243 - color contains mainly: red. Hex color #F33034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33034 is #0CCFCB. Grayscale: #6A6A6A. Windows color (decimal): -839628 or 3420403. OLE color: 3420403.
HSL color Cylindrical-coordinate representation of color #F33034: hue angle of 358.77º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F33034 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 48 | 52 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.05 |
| HSL | 358.77º | 0.89% | 0.57% | - |
| HSV(B) | 358.77º | 0.8% | 0.95% | - |
| XYZ | 38.64 | 21.42 | 5.35 | - |
| YUV | 106.76 | 97.1 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 48 | 52 | 0 | 0.80 | 0.79 | 0.05 | 358.77 | 0.89 | 0.57 |
| Hex | F3 | 30 | 34 | 0 | 50 | 4F | 5 | 167 | 59 | 39 |
| Octal | 363 | 60 | 64 | 0 | 120 | 117 | 5 | 547 | 131 | 71 |
| Binary | 11110011 | 110000 | 110100 | 0 | 1010000 | 1001111 | 101 | 101100111 | 1011001 | 111001 |
Color Harmonies of #F33034
Complementary color
Monochromatic Colors of #F33034
Black with #F33034
Text Example
Text Example
White with #F33034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33034; }
p { color: rgb(243,48,52); }
H1.HeaderClassName
{
color: #F33034;
}
.AnyTagClassName
{
color: #F33034;
}
</style>
background-color css
<style>
a { background-color: #F33034; }
a { background-color: rgb(243,48,52); }
div.DivClassName
{
background-color: #F33034;
}
.BgClassName
{
background-color: #F33034;
}
</style>
border-color css
<style>
span { border-color: #F33034; }
span { border-color: rgb(243,48,52); }
td.TdClassName
{
border-color: #F33034;
}
.TagClassName
{
border-color: #F33034;
}
</style>