Shades of Alizarin #F7383C
Tints of Alizarin #F7383C
RGB
CMYK
RGB Variations
Color information
#F7383C (or 0xF7383C) is known color: Alizarin. HEX triplet: F7, 38 and 3C. RGB value is (247,56,60). Sum of RGB (Red+Green+Blue) = 247+56+60=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F7383C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7383C is #08C7C3. Grayscale: #717171. Windows color (decimal): -575428 or 3946743. OLE color: 3946743.
HSL color Cylindrical-coordinate representation of color #F7383C: hue angle of 358.74º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F7383C is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 56 | 60 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.03 |
| HSL | 358.74º | 0.92% | 0.59% | - |
| HSV(B) | 358.74º | 0.77% | 0.97% | - |
| XYZ | 40.59 | 22.93 | 6.56 | - |
| YUV | 113.57 | 97.78 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 56 | 60 | 0 | 0.77 | 0.76 | 0.03 | 358.74 | 0.92 | 0.59 |
| Hex | F7 | 38 | 3C | 0 | 4D | 4C | 3 | 167 | 5C | 3B |
| Octal | 367 | 70 | 74 | 0 | 115 | 114 | 3 | 547 | 134 | 73 |
| Binary | 11110111 | 111000 | 111100 | 0 | 1001101 | 1001100 | 11 | 101100111 | 1011100 | 111011 |
Color Harmonies of #F7383C
Complementary color
Monochromatic Colors of #F7383C
Black with #F7383C
Text Example
Text Example
White with #F7383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7383C; }
p { color: rgb(247,56,60); }
H1.HeaderClassName
{
color: #F7383C;
}
.AnyTagClassName
{
color: #F7383C;
}
</style>
background-color css
<style>
a { background-color: #F7383C; }
a { background-color: rgb(247,56,60); }
div.DivClassName
{
background-color: #F7383C;
}
.BgClassName
{
background-color: #F7383C;
}
</style>
border-color css
<style>
span { border-color: #F7383C; }
span { border-color: rgb(247,56,60); }
td.TdClassName
{
border-color: #F7383C;
}
.TagClassName
{
border-color: #F7383C;
}
</style>