Shades of Alizarin #F33C3E
Tints of Alizarin #F33C3E
RGB
CMYK
RGB Variations
Color information
#F33C3E (or 0xF33C3E) is known color: Alizarin. HEX triplet: F3, 3C and 3E. RGB value is (243,60,62). Sum of RGB (Red+Green+Blue) = 243+60+62=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33C3E is #0CC3C1. Grayscale: #737373. Windows color (decimal): -836546 or 4078835. OLE color: 4078835.
HSL color Cylindrical-coordinate representation of color #F33C3E: hue angle of 359.34º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33C3E is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 62 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.05 |
| HSL | 359.34º | 0.88% | 0.59% | - |
| HSV(B) | 359.34º | 0.75% | 0.95% | - |
| XYZ | 39.45 | 22.63 | 6.85 | - |
| YUV | 114.95 | 98.13 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 62 | 0 | 0.75 | 0.74 | 0.05 | 359.34 | 0.88 | 0.59 |
| Hex | F3 | 3C | 3E | 0 | 4B | 4A | 5 | 167 | 58 | 3B |
| Octal | 363 | 74 | 76 | 0 | 113 | 112 | 5 | 547 | 130 | 73 |
| Binary | 11110011 | 111100 | 111110 | 0 | 1001011 | 1001010 | 101 | 101100111 | 1011000 | 111011 |
Color Harmonies of #F33C3E
Complementary color
Monochromatic Colors of #F33C3E
Black with #F33C3E
Text Example
Text Example
White with #F33C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C3E; }
p { color: rgb(243,60,62); }
H1.HeaderClassName
{
color: #F33C3E;
}
.AnyTagClassName
{
color: #F33C3E;
}
</style>
background-color css
<style>
a { background-color: #F33C3E; }
a { background-color: rgb(243,60,62); }
div.DivClassName
{
background-color: #F33C3E;
}
.BgClassName
{
background-color: #F33C3E;
}
</style>
border-color css
<style>
span { border-color: #F33C3E; }
span { border-color: rgb(243,60,62); }
td.TdClassName
{
border-color: #F33C3E;
}
.TagClassName
{
border-color: #F33C3E;
}
</style>