Shades of Scarlet #F31701
Tints of Scarlet #F31701
RGB
CMYK
RGB Variations
Color information
#F31701 (or 0xF31701) is known color: Scarlet. HEX triplet: F3, 17 and 01. RGB value is (243,23,1). Sum of RGB (Red+Green+Blue) = 243+23+1=267 (35% of max value = 765). Red value is 243 (95.31% from 255 or 91.01% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 243 - color contains mainly: red. Hex color #F31701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31701 is #0CE8FE. Grayscale: #565656. Windows color (decimal): -846079 or 71667. OLE color: 71667.
HSL color Cylindrical-coordinate representation of color #F31701: hue angle of 5.45º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F31701 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.05 |
| HSL | 5.45º | 0.99% | 0.48% | - |
| HSV(B) | 5.45º | 1% | 0.95% | - |
| XYZ | 37.27 | 19.67 | 1.86 | - |
| YUV | 86.27 | 79.89 | 239.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 1 | 0 | 0.91 | 1.00 | 0.05 | 5.45 | 0.99 | 0.48 |
| Hex | F3 | 17 | 1 | 0 | 5B | 64 | 5 | 5 | 63 | 30 |
| Octal | 363 | 27 | 1 | 0 | 133 | 144 | 5 | 5 | 143 | 60 |
| Binary | 11110011 | 10111 | 1 | 0 | 1011011 | 1100100 | 101 | 101 | 1100011 | 110000 |
Color Harmonies of #F31701
Complementary color
Monochromatic Colors of #F31701
Black with #F31701
Text Example
Text Example
White with #F31701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31701; }
p { color: rgb(243,23,1); }
H1.HeaderClassName
{
color: #F31701;
}
.AnyTagClassName
{
color: #F31701;
}
</style>
background-color css
<style>
a { background-color: #F31701; }
a { background-color: rgb(243,23,1); }
div.DivClassName
{
background-color: #F31701;
}
.BgClassName
{
background-color: #F31701;
}
</style>
border-color css
<style>
span { border-color: #F31701; }
span { border-color: rgb(243,23,1); }
td.TdClassName
{
border-color: #F31701;
}
.TagClassName
{
border-color: #F31701;
}
</style>