Shades of Scarlet #F0140F
Tints of Scarlet #F0140F
RGB
CMYK
RGB Variations
Color information
#F0140F (or 0xF0140F) is known color: Scarlet. HEX triplet: F0, 14 and 0F. RGB value is (240,20,15). Sum of RGB (Red+Green+Blue) = 240+20+15=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F0140F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0140F is #0FEBF0. Grayscale: #555555. Windows color (decimal): -1043441 or 988400. OLE color: 988400.
HSL color Cylindrical-coordinate representation of color #F0140F: hue angle of 1.33º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0140F is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 15 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.06 |
| HSL | 1.33º | 0.88% | 0.5% | - |
| HSV(B) | 1.33º | 0.94% | 0.94% | - |
| XYZ | 36.27 | 19.06 | 2.22 | - |
| YUV | 85.21 | 88.39 | 238.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 15 | 0 | 0.92 | 0.94 | 0.06 | 1.33 | 0.88 | 0.5 |
| Hex | F0 | 14 | F | 0 | 5C | 5E | 6 | 1 | 58 | 32 |
| Octal | 360 | 24 | 17 | 0 | 134 | 136 | 6 | 1 | 130 | 62 |
| Binary | 11110000 | 10100 | 1111 | 0 | 1011100 | 1011110 | 110 | 1 | 1011000 | 110010 |
Color Harmonies of #F0140F
Complementary color
Monochromatic Colors of #F0140F
Black with #F0140F
Text Example
Text Example
White with #F0140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0140F; }
p { color: rgb(240,20,15); }
H1.HeaderClassName
{
color: #F0140F;
}
.AnyTagClassName
{
color: #F0140F;
}
</style>
background-color css
<style>
a { background-color: #F0140F; }
a { background-color: rgb(240,20,15); }
div.DivClassName
{
background-color: #F0140F;
}
.BgClassName
{
background-color: #F0140F;
}
</style>
border-color css
<style>
span { border-color: #F0140F; }
span { border-color: rgb(240,20,15); }
td.TdClassName
{
border-color: #F0140F;
}
.TagClassName
{
border-color: #F0140F;
}
</style>