Shades of Alizarin #F7353B
Tints of Alizarin #F7353B
RGB
CMYK
RGB Variations
Color information
#F7353B (or 0xF7353B) is known color: Alizarin. HEX triplet: F7, 35 and 3B. RGB value is (247,53,59). Sum of RGB (Red+Green+Blue) = 247+53+59=359 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.80% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 247 - color contains mainly: red. Hex color #F7353B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7353B is #08CAC4. Grayscale: #6F6F6F. Windows color (decimal): -576197 or 3880439. OLE color: 3880439.
HSL color Cylindrical-coordinate representation of color #F7353B: hue angle of 358.14º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F7353B is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 53 | 59 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.03 |
| HSL | 358.14º | 0.92% | 0.59% | - |
| HSV(B) | 358.14º | 0.79% | 0.97% | - |
| XYZ | 40.42 | 22.64 | 6.38 | - |
| YUV | 111.69 | 98.27 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 53 | 59 | 0 | 0.79 | 0.76 | 0.03 | 358.14 | 0.92 | 0.59 |
| Hex | F7 | 35 | 3B | 0 | 4F | 4C | 3 | 166 | 5C | 3B |
| Octal | 367 | 65 | 73 | 0 | 117 | 114 | 3 | 546 | 134 | 73 |
| Binary | 11110111 | 110101 | 111011 | 0 | 1001111 | 1001100 | 11 | 101100110 | 1011100 | 111011 |
Color Harmonies of #F7353B
Complementary color
Monochromatic Colors of #F7353B
Black with #F7353B
Text Example
Text Example
White with #F7353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7353B; }
p { color: rgb(247,53,59); }
H1.HeaderClassName
{
color: #F7353B;
}
.AnyTagClassName
{
color: #F7353B;
}
</style>
background-color css
<style>
a { background-color: #F7353B; }
a { background-color: rgb(247,53,59); }
div.DivClassName
{
background-color: #F7353B;
}
.BgClassName
{
background-color: #F7353B;
}
</style>
border-color css
<style>
span { border-color: #F7353B; }
span { border-color: rgb(247,53,59); }
td.TdClassName
{
border-color: #F7353B;
}
.TagClassName
{
border-color: #F7353B;
}
</style>