Shades of Scarlet #F0300A
Tints of Scarlet #F0300A
RGB
CMYK
RGB Variations
Color information
#F0300A (or 0xF0300A) is known color: Scarlet. HEX triplet: F0, 30 and 0A. RGB value is (240,48,10). Sum of RGB (Red+Green+Blue) = 240+48+10=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F0300A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0300A is #0FCFF5. Grayscale: #656565. Windows color (decimal): -1036278 or 667888. OLE color: 667888.
HSL color Cylindrical-coordinate representation of color #F0300A: hue angle of 9.91º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0300A is Cyan = 0, Magento = 0.8, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 10 | - |
| CMYK | 0 | 0.8 | 0.96 | 0.06 |
| HSL | 9.91º | 0.92% | 0.49% | - |
| HSV(B) | 9.91º | 0.96% | 0.94% | - |
| XYZ | 37.05 | 20.66 | 2.32 | - |
| YUV | 101.08 | 76.61 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 10 | 0 | 0.8 | 0.96 | 0.06 | 9.91 | 0.92 | 0.49 |
| Hex | F0 | 30 | A | 0 | 50 | 60 | 6 | A | 5C | 31 |
| Octal | 360 | 60 | 12 | 0 | 120 | 140 | 6 | 12 | 134 | 61 |
| Binary | 11110000 | 110000 | 1010 | 0 | 1010000 | 1100000 | 110 | 1010 | 1011100 | 110001 |
Color Harmonies of #F0300A
Complementary color
Monochromatic Colors of #F0300A
Black with #F0300A
Text Example
Text Example
White with #F0300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0300A; }
p { color: rgb(240,48,10); }
H1.HeaderClassName
{
color: #F0300A;
}
.AnyTagClassName
{
color: #F0300A;
}
</style>
background-color css
<style>
a { background-color: #F0300A; }
a { background-color: rgb(240,48,10); }
div.DivClassName
{
background-color: #F0300A;
}
.BgClassName
{
background-color: #F0300A;
}
</style>
border-color css
<style>
span { border-color: #F0300A; }
span { border-color: rgb(240,48,10); }
td.TdClassName
{
border-color: #F0300A;
}
.TagClassName
{
border-color: #F0300A;
}
</style>