Shades of Scarlet #F93301
Tints of Scarlet #F93301
RGB
CMYK
RGB Variations
Color information
#F93301 (or 0xF93301) is known color: Scarlet. HEX triplet: F9, 33 and 01. RGB value is (249,51,1). Sum of RGB (Red+Green+Blue) = 249+51+1=301 (39% of max value = 765). Red value is 249 (97.66% from 255 or 82.72% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 249 - color contains mainly: red. Hex color #F93301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93301 is #06CCFE. Grayscale: #686868. Windows color (decimal): -445695 or 78841. OLE color: 78841.
HSL color Cylindrical-coordinate representation of color #F93301: hue angle of 12.1º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F93301 is Cyan = 0, Magento = 0.80, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 51 | 1 | - |
| CMYK | 0 | 0.80 | 1.00 | 0.02 |
| HSL | 12.1º | 0.99% | 0.49% | - |
| HSV(B) | 12.1º | 1% | 0.98% | - |
| XYZ | 40.26 | 22.51 | 2.25 | - |
| YUV | 104.5 | 69.6 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 51 | 1 | 0 | 0.80 | 1.00 | 0.02 | 12.1 | 0.99 | 0.49 |
| Hex | F9 | 33 | 1 | 0 | 50 | 64 | 2 | C | 63 | 31 |
| Octal | 371 | 63 | 1 | 0 | 120 | 144 | 2 | 14 | 143 | 61 |
| Binary | 11111001 | 110011 | 1 | 0 | 1010000 | 1100100 | 10 | 1100 | 1100011 | 110001 |
Color Harmonies of #F93301
Complementary color
Monochromatic Colors of #F93301
Black with #F93301
Text Example
Text Example
White with #F93301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93301; }
p { color: rgb(249,51,1); }
H1.HeaderClassName
{
color: #F93301;
}
.AnyTagClassName
{
color: #F93301;
}
</style>
background-color css
<style>
a { background-color: #F93301; }
a { background-color: rgb(249,51,1); }
div.DivClassName
{
background-color: #F93301;
}
.BgClassName
{
background-color: #F93301;
}
</style>
border-color css
<style>
span { border-color: #F93301; }
span { border-color: rgb(249,51,1); }
td.TdClassName
{
border-color: #F93301;
}
.TagClassName
{
border-color: #F93301;
}
</style>