Shades of Scarlet #F83312
Tints of Scarlet #F83312
RGB
CMYK
RGB Variations
Color information
#F83312 (or 0xF83312) is known color: Scarlet. HEX triplet: F8, 33 and 12. RGB value is (248,51,18). Sum of RGB (Red+Green+Blue) = 248+51+18=317 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.23% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 248 - color contains mainly: red. Hex color #F83312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83312 is #07CCED. Grayscale: #6A6A6A. Windows color (decimal): -511214 or 1192952. OLE color: 1192952.
HSL color Cylindrical-coordinate representation of color #F83312: hue angle of 8.61º degrees, saturation: 0.94, 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 #F83312 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 18 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.03 |
| HSL | 8.61º | 0.94% | 0.52% | - |
| HSV(B) | 8.61º | 0.93% | 0.97% | - |
| XYZ | 40 | 22.37 | 2.78 | - |
| YUV | 106.14 | 78.27 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 18 | 0 | 0.79 | 0.93 | 0.03 | 8.61 | 0.94 | 0.52 |
| Hex | F8 | 33 | 12 | 0 | 4F | 5D | 3 | 9 | 5E | 34 |
| Octal | 370 | 63 | 22 | 0 | 117 | 135 | 3 | 11 | 136 | 64 |
| Binary | 11111000 | 110011 | 10010 | 0 | 1001111 | 1011101 | 11 | 1001 | 1011110 | 110100 |
Color Harmonies of #F83312
Complementary color
Monochromatic Colors of #F83312
Black with #F83312
Text Example
Text Example
White with #F83312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83312; }
p { color: rgb(248,51,18); }
H1.HeaderClassName
{
color: #F83312;
}
.AnyTagClassName
{
color: #F83312;
}
</style>
background-color css
<style>
a { background-color: #F83312; }
a { background-color: rgb(248,51,18); }
div.DivClassName
{
background-color: #F83312;
}
.BgClassName
{
background-color: #F83312;
}
</style>
border-color css
<style>
span { border-color: #F83312; }
span { border-color: rgb(248,51,18); }
td.TdClassName
{
border-color: #F83312;
}
.TagClassName
{
border-color: #F83312;
}
</style>