Shades of Scarlet #F31508
Tints of Scarlet #F31508
RGB
CMYK
RGB Variations
Color information
#F31508 (or 0xF31508) is known color: Scarlet. HEX triplet: F3, 15 and 08. RGB value is (243,21,8). Sum of RGB (Red+Green+Blue) = 243+21+8=272 (36% of max value = 765). Red value is 243 (95.31% from 255 or 89.34% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 243 - color contains mainly: red. Hex color #F31508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31508 is #0CEAF7. Grayscale: #565656. Windows color (decimal): -846584 or 529907. OLE color: 529907.
HSL color Cylindrical-coordinate representation of color #F31508: hue angle of 3.32º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F31508 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 8 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.05 |
| HSL | 3.32º | 0.94% | 0.49% | - |
| HSV(B) | 3.32º | 0.97% | 0.95% | - |
| XYZ | 37.27 | 19.61 | 2.05 | - |
| YUV | 85.9 | 84.05 | 240.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 8 | 0 | 0.91 | 0.97 | 0.05 | 3.32 | 0.94 | 0.49 |
| Hex | F3 | 15 | 8 | 0 | 5B | 61 | 5 | 3 | 5E | 31 |
| Octal | 363 | 25 | 10 | 0 | 133 | 141 | 5 | 3 | 136 | 61 |
| Binary | 11110011 | 10101 | 1000 | 0 | 1011011 | 1100001 | 101 | 11 | 1011110 | 110001 |
Color Harmonies of #F31508
Complementary color
Monochromatic Colors of #F31508
Black with #F31508
Text Example
Text Example
White with #F31508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31508; }
p { color: rgb(243,21,8); }
H1.HeaderClassName
{
color: #F31508;
}
.AnyTagClassName
{
color: #F31508;
}
</style>
background-color css
<style>
a { background-color: #F31508; }
a { background-color: rgb(243,21,8); }
div.DivClassName
{
background-color: #F31508;
}
.BgClassName
{
background-color: #F31508;
}
</style>
border-color css
<style>
span { border-color: #F31508; }
span { border-color: rgb(243,21,8); }
td.TdClassName
{
border-color: #F31508;
}
.TagClassName
{
border-color: #F31508;
}
</style>