Shades of Scarlet #F31400
Tints of Scarlet #F31400
RGB
CMYK
RGB Variations
Color information
#F31400 (or 0xF31400) is known color: Scarlet. HEX triplet: F3, 14 and 00. RGB value is (243,20,0). Sum of RGB (Red+Green+Blue) = 243+20+0=263 (34% of max value = 765). Red value is 243 (95.31% from 255 or 92.40% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 243 - color contains mainly: red. Hex color #F31400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31400 is #0CEBFF. Grayscale: #545454. Windows color (decimal): -846848 or 5363. OLE color: 5363.
HSL color Cylindrical-coordinate representation of color #F31400: hue angle of 4.94º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F31400 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.05 |
| HSL | 4.94º | 1% | 0.48% | - |
| HSV(B) | 4.94º | 1% | 0.95% | - |
| XYZ | 37.21 | 19.56 | 1.81 | - |
| YUV | 84.4 | 80.38 | 241.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 0 | 0 | 0.92 | 1 | 0.05 | 4.94 | 1 | 0.48 |
| Hex | F3 | 14 | 0 | 0 | 5C | 64 | 5 | 5 | 64 | 30 |
| Octal | 363 | 24 | 0 | 0 | 134 | 144 | 5 | 5 | 144 | 60 |
| Binary | 11110011 | 10100 | 0 | 0 | 1011100 | 1100100 | 101 | 101 | 1100100 | 110000 |
Color Harmonies of #F31400
Complementary color
Monochromatic Colors of #F31400
Black with #F31400
Text Example
Text Example
White with #F31400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31400; }
p { color: rgb(243,20,0); }
H1.HeaderClassName
{
color: #F31400;
}
.AnyTagClassName
{
color: #F31400;
}
</style>
background-color css
<style>
a { background-color: #F31400; }
a { background-color: rgb(243,20,0); }
div.DivClassName
{
background-color: #F31400;
}
.BgClassName
{
background-color: #F31400;
}
</style>
border-color css
<style>
span { border-color: #F31400; }
span { border-color: rgb(243,20,0); }
td.TdClassName
{
border-color: #F31400;
}
.TagClassName
{
border-color: #F31400;
}
</style>