Shades of Scarlet #F31600
Tints of Scarlet #F31600
RGB
CMYK
RGB Variations
Color information
#F31600 (or 0xF31600) is known color: Scarlet. HEX triplet: F3, 16 and 00. RGB value is (243,22,0). Sum of RGB (Red+Green+Blue) = 243+22+0=265 (35% of max value = 765). Red value is 243 (95.31% from 255 or 91.70% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 243 - color contains mainly: red. Hex color #F31600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31600 is #0CE9FF. Grayscale: #555555. Windows color (decimal): -846336 or 5875. OLE color: 5875.
HSL color Cylindrical-coordinate representation of color #F31600: hue angle of 5.43º 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 #F31600 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.05 |
| HSL | 5.43º | 1% | 0.48% | - |
| HSV(B) | 5.43º | 1% | 0.95% | - |
| XYZ | 37.25 | 19.63 | 1.83 | - |
| YUV | 85.57 | 79.72 | 240.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 0 | 0 | 0.91 | 1 | 0.05 | 5.43 | 1 | 0.48 |
| Hex | F3 | 16 | 0 | 0 | 5B | 64 | 5 | 5 | 64 | 30 |
| Octal | 363 | 26 | 0 | 0 | 133 | 144 | 5 | 5 | 144 | 60 |
| Binary | 11110011 | 10110 | 0 | 0 | 1011011 | 1100100 | 101 | 101 | 1100100 | 110000 |
Color Harmonies of #F31600
Complementary color
Monochromatic Colors of #F31600
Black with #F31600
Text Example
Text Example
White with #F31600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31600; }
p { color: rgb(243,22,0); }
H1.HeaderClassName
{
color: #F31600;
}
.AnyTagClassName
{
color: #F31600;
}
</style>
background-color css
<style>
a { background-color: #F31600; }
a { background-color: rgb(243,22,0); }
div.DivClassName
{
background-color: #F31600;
}
.BgClassName
{
background-color: #F31600;
}
</style>
border-color css
<style>
span { border-color: #F31600; }
span { border-color: rgb(243,22,0); }
td.TdClassName
{
border-color: #F31600;
}
.TagClassName
{
border-color: #F31600;
}
</style>