Shades of Alizarin #F7393D
Tints of Alizarin #F7393D
RGB
CMYK
RGB Variations
Color information
#F7393D (or 0xF7393D) is known color: Alizarin. HEX triplet: F7, 39 and 3D. RGB value is (247,57,61). Sum of RGB (Red+Green+Blue) = 247+57+61=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F7393D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7393D is #08C6C2. Grayscale: #727272. Windows color (decimal): -575171 or 4012535. OLE color: 4012535.
HSL color Cylindrical-coordinate representation of color #F7393D: hue angle of 358.74º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F7393D is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 57 | 61 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.03 |
| HSL | 358.74º | 0.92% | 0.6% | - |
| HSV(B) | 358.74º | 0.77% | 0.97% | - |
| XYZ | 40.66 | 23.04 | 6.72 | - |
| YUV | 114.27 | 97.95 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 57 | 61 | 0 | 0.77 | 0.75 | 0.03 | 358.74 | 0.92 | 0.6 |
| Hex | F7 | 39 | 3D | 0 | 4D | 4B | 3 | 167 | 5C | 3C |
| Octal | 367 | 71 | 75 | 0 | 115 | 113 | 3 | 547 | 134 | 74 |
| Binary | 11110111 | 111001 | 111101 | 0 | 1001101 | 1001011 | 11 | 101100111 | 1011100 | 111100 |
Color Harmonies of #F7393D
Complementary color
Monochromatic Colors of #F7393D
Black with #F7393D
Text Example
Text Example
White with #F7393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7393D; }
p { color: rgb(247,57,61); }
H1.HeaderClassName
{
color: #F7393D;
}
.AnyTagClassName
{
color: #F7393D;
}
</style>
background-color css
<style>
a { background-color: #F7393D; }
a { background-color: rgb(247,57,61); }
div.DivClassName
{
background-color: #F7393D;
}
.BgClassName
{
background-color: #F7393D;
}
</style>
border-color css
<style>
span { border-color: #F7393D; }
span { border-color: rgb(247,57,61); }
td.TdClassName
{
border-color: #F7393D;
}
.TagClassName
{
border-color: #F7393D;
}
</style>