Shades of Scarlet #F0140B
Tints of Scarlet #F0140B
RGB
CMYK
RGB Variations
Color information
#F0140B (or 0xF0140B) is known color: Scarlet. HEX triplet: F0, 14 and 0B. RGB value is (240,20,11). Sum of RGB (Red+Green+Blue) = 240+20+11=271 (35% of max value = 765). Red value is 240 (94.14% from 255 or 88.56% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 240 - color contains mainly: red. Hex color #F0140B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0140B is #0FEBF4. Grayscale: #555555. Windows color (decimal): -1043445 or 726256. OLE color: 726256.
HSL color Cylindrical-coordinate representation of color #F0140B: hue angle of 2.36º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0140B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 11 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.06 |
| HSL | 2.36º | 0.91% | 0.49% | - |
| HSV(B) | 2.36º | 0.95% | 0.94% | - |
| XYZ | 36.25 | 19.05 | 2.08 | - |
| YUV | 84.75 | 86.39 | 238.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 11 | 0 | 0.92 | 0.95 | 0.06 | 2.36 | 0.91 | 0.49 |
| Hex | F0 | 14 | B | 0 | 5C | 5F | 6 | 2 | 5B | 31 |
| Octal | 360 | 24 | 13 | 0 | 134 | 137 | 6 | 2 | 133 | 61 |
| Binary | 11110000 | 10100 | 1011 | 0 | 1011100 | 1011111 | 110 | 10 | 1011011 | 110001 |
Color Harmonies of #F0140B
Complementary color
Monochromatic Colors of #F0140B
Black with #F0140B
Text Example
Text Example
White with #F0140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0140B; }
p { color: rgb(240,20,11); }
H1.HeaderClassName
{
color: #F0140B;
}
.AnyTagClassName
{
color: #F0140B;
}
</style>
background-color css
<style>
a { background-color: #F0140B; }
a { background-color: rgb(240,20,11); }
div.DivClassName
{
background-color: #F0140B;
}
.BgClassName
{
background-color: #F0140B;
}
</style>
border-color css
<style>
span { border-color: #F0140B; }
span { border-color: rgb(240,20,11); }
td.TdClassName
{
border-color: #F0140B;
}
.TagClassName
{
border-color: #F0140B;
}
</style>