Shades of Scarlet #F73312
Tints of Scarlet #F73312
RGB
CMYK
RGB Variations
Color information
#F73312 (or 0xF73312) is known color: Scarlet. HEX triplet: F7, 33 and 12. RGB value is (247,51,18). Sum of RGB (Red+Green+Blue) = 247+51+18=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F73312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73312 is #08CCED. Grayscale: #6A6A6A. Windows color (decimal): -576750 or 1192951. OLE color: 1192951.
HSL color Cylindrical-coordinate representation of color #F73312: hue angle of 8.65º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F73312 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 51 | 18 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.03 |
| HSL | 8.65º | 0.93% | 0.52% | - |
| HSV(B) | 8.65º | 0.93% | 0.97% | - |
| XYZ | 39.65 | 22.19 | 2.76 | - |
| YUV | 105.84 | 78.43 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 18 | 0 | 0.79 | 0.93 | 0.03 | 8.65 | 0.93 | 0.52 |
| Hex | F7 | 33 | 12 | 0 | 4F | 5D | 3 | 9 | 5D | 34 |
| Octal | 367 | 63 | 22 | 0 | 117 | 135 | 3 | 11 | 135 | 64 |
| Binary | 11110111 | 110011 | 10010 | 0 | 1001111 | 1011101 | 11 | 1001 | 1011101 | 110100 |
Color Harmonies of #F73312
Complementary color
Monochromatic Colors of #F73312
Black with #F73312
Text Example
Text Example
White with #F73312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73312; }
p { color: rgb(247,51,18); }
H1.HeaderClassName
{
color: #F73312;
}
.AnyTagClassName
{
color: #F73312;
}
</style>
background-color css
<style>
a { background-color: #F73312; }
a { background-color: rgb(247,51,18); }
div.DivClassName
{
background-color: #F73312;
}
.BgClassName
{
background-color: #F73312;
}
</style>
border-color css
<style>
span { border-color: #F73312; }
span { border-color: rgb(247,51,18); }
td.TdClassName
{
border-color: #F73312;
}
.TagClassName
{
border-color: #F73312;
}
</style>