Shades of Scarlet #F0310D
Tints of Scarlet #F0310D
RGB
CMYK
RGB Variations
Color information
#F0310D (or 0xF0310D) is known color: Scarlet. HEX triplet: F0, 31 and 0D. RGB value is (240,49,13). Sum of RGB (Red+Green+Blue) = 240+49+13=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F0310D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0310D is #0FCEF2. Grayscale: #666666. Windows color (decimal): -1036019 or 864752. OLE color: 864752.
HSL color Cylindrical-coordinate representation of color #F0310D: hue angle of 9.52º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0310D is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 13 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.06 |
| HSL | 9.52º | 0.9% | 0.5% | - |
| HSV(B) | 9.52º | 0.95% | 0.94% | - |
| XYZ | 37.11 | 20.75 | 2.43 | - |
| YUV | 102.01 | 77.78 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 13 | 0 | 0.80 | 0.95 | 0.06 | 9.52 | 0.9 | 0.5 |
| Hex | F0 | 31 | D | 0 | 50 | 5F | 6 | A | 5A | 32 |
| Octal | 360 | 61 | 15 | 0 | 120 | 137 | 6 | 12 | 132 | 62 |
| Binary | 11110000 | 110001 | 1101 | 0 | 1010000 | 1011111 | 110 | 1010 | 1011010 | 110010 |
Color Harmonies of #F0310D
Complementary color
Monochromatic Colors of #F0310D
Black with #F0310D
Text Example
Text Example
White with #F0310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0310D; }
p { color: rgb(240,49,13); }
H1.HeaderClassName
{
color: #F0310D;
}
.AnyTagClassName
{
color: #F0310D;
}
</style>
background-color css
<style>
a { background-color: #F0310D; }
a { background-color: rgb(240,49,13); }
div.DivClassName
{
background-color: #F0310D;
}
.BgClassName
{
background-color: #F0310D;
}
</style>
border-color css
<style>
span { border-color: #F0310D; }
span { border-color: rgb(240,49,13); }
td.TdClassName
{
border-color: #F0310D;
}
.TagClassName
{
border-color: #F0310D;
}
</style>