Shades of Scarlet #F31200
Tints of Scarlet #F31200
RGB
CMYK
RGB Variations
Color information
#F31200 (or 0xF31200) is known color: Scarlet. HEX triplet: F3, 12 and 00. RGB value is (243,18,0). Sum of RGB (Red+Green+Blue) = 243+18+0=261 (34% of max value = 765). Red value is 243 (95.31% from 255 or 93.10% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 243 - color contains mainly: red. Hex color #F31200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31200 is #0CEDFF. Grayscale: #535353. Windows color (decimal): -847360 or 4851. OLE color: 4851.
HSL color Cylindrical-coordinate representation of color #F31200: hue angle of 4.44º 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 #F31200 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.05 |
| HSL | 4.44º | 1% | 0.48% | - |
| HSV(B) | 4.44º | 1% | 0.95% | - |
| XYZ | 37.18 | 19.49 | 1.8 | - |
| YUV | 83.22 | 81.04 | 241.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 0 | 0 | 0.93 | 1 | 0.05 | 4.44 | 1 | 0.48 |
| Hex | F3 | 12 | 0 | 0 | 5D | 64 | 5 | 4 | 64 | 30 |
| Octal | 363 | 22 | 0 | 0 | 135 | 144 | 5 | 4 | 144 | 60 |
| Binary | 11110011 | 10010 | 0 | 0 | 1011101 | 1100100 | 101 | 100 | 1100100 | 110000 |
Color Harmonies of #F31200
Complementary color
Monochromatic Colors of #F31200
Black with #F31200
Text Example
Text Example
White with #F31200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31200; }
p { color: rgb(243,18,0); }
H1.HeaderClassName
{
color: #F31200;
}
.AnyTagClassName
{
color: #F31200;
}
</style>
background-color css
<style>
a { background-color: #F31200; }
a { background-color: rgb(243,18,0); }
div.DivClassName
{
background-color: #F31200;
}
.BgClassName
{
background-color: #F31200;
}
</style>
border-color css
<style>
span { border-color: #F31200; }
span { border-color: rgb(243,18,0); }
td.TdClassName
{
border-color: #F31200;
}
.TagClassName
{
border-color: #F31200;
}
</style>