Shades of Scarlet #F93315
Tints of Scarlet #F93315
RGB
CMYK
RGB Variations
Color information
#F93315 (or 0xF93315) is known color: Scarlet. HEX triplet: F9, 33 and 15. RGB value is (249,51,21). Sum of RGB (Red+Green+Blue) = 249+51+21=321 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.57% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 249 - color contains mainly: red. Hex color #F93315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93315 is #06CCEA. Grayscale: #6B6B6B. Windows color (decimal): -445675 or 1389561. OLE color: 1389561.
HSL color Cylindrical-coordinate representation of color #F93315: hue angle of 7.89º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F93315 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 51 | 21 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.02 |
| HSL | 7.89º | 0.95% | 0.53% | - |
| HSV(B) | 7.89º | 0.92% | 0.98% | - |
| XYZ | 40.39 | 22.56 | 2.94 | - |
| YUV | 106.78 | 79.6 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 51 | 21 | 0 | 0.80 | 0.92 | 0.02 | 7.89 | 0.95 | 0.53 |
| Hex | F9 | 33 | 15 | 0 | 50 | 5C | 2 | 8 | 5F | 35 |
| Octal | 371 | 63 | 25 | 0 | 120 | 134 | 2 | 10 | 137 | 65 |
| Binary | 11111001 | 110011 | 10101 | 0 | 1010000 | 1011100 | 10 | 1000 | 1011111 | 110101 |
Color Harmonies of #F93315
Complementary color
Monochromatic Colors of #F93315
Black with #F93315
Text Example
Text Example
White with #F93315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93315; }
p { color: rgb(249,51,21); }
H1.HeaderClassName
{
color: #F93315;
}
.AnyTagClassName
{
color: #F93315;
}
</style>
background-color css
<style>
a { background-color: #F93315; }
a { background-color: rgb(249,51,21); }
div.DivClassName
{
background-color: #F93315;
}
.BgClassName
{
background-color: #F93315;
}
</style>
border-color css
<style>
span { border-color: #F93315; }
span { border-color: rgb(249,51,21); }
td.TdClassName
{
border-color: #F93315;
}
.TagClassName
{
border-color: #F93315;
}
</style>