Shades of Scarlet #F0180E
Tints of Scarlet #F0180E
RGB
CMYK
RGB Variations
Color information
#F0180E (or 0xF0180E) is known color: Scarlet. HEX triplet: F0, 18 and 0E. RGB value is (240,24,14). Sum of RGB (Red+Green+Blue) = 240+24+14=278 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.33% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 240 - color contains mainly: red. Hex color #F0180E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0180E is #0FE7F1. Grayscale: #575757. Windows color (decimal): -1042418 or 923888. OLE color: 923888.
HSL color Cylindrical-coordinate representation of color #F0180E: hue angle of 2.65º degrees, saturation: 0.89, 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 #F0180E is Cyan = 0, Magento = 0.9, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 14 | - |
| CMYK | 0 | 0.9 | 0.94 | 0.06 |
| HSL | 2.65º | 0.89% | 0.5% | - |
| HSV(B) | 2.65º | 0.94% | 0.94% | - |
| XYZ | 36.34 | 19.21 | 2.21 | - |
| YUV | 87.44 | 86.56 | 236.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 14 | 0 | 0.9 | 0.94 | 0.06 | 2.65 | 0.89 | 0.5 |
| Hex | F0 | 18 | E | 0 | 5A | 5E | 6 | 3 | 59 | 32 |
| Octal | 360 | 30 | 16 | 0 | 132 | 136 | 6 | 3 | 131 | 62 |
| Binary | 11110000 | 11000 | 1110 | 0 | 1011010 | 1011110 | 110 | 11 | 1011001 | 110010 |
Color Harmonies of #F0180E
Complementary color
Monochromatic Colors of #F0180E
Black with #F0180E
Text Example
Text Example
White with #F0180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0180E; }
p { color: rgb(240,24,14); }
H1.HeaderClassName
{
color: #F0180E;
}
.AnyTagClassName
{
color: #F0180E;
}
</style>
background-color css
<style>
a { background-color: #F0180E; }
a { background-color: rgb(240,24,14); }
div.DivClassName
{
background-color: #F0180E;
}
.BgClassName
{
background-color: #F0180E;
}
</style>
border-color css
<style>
span { border-color: #F0180E; }
span { border-color: rgb(240,24,14); }
td.TdClassName
{
border-color: #F0180E;
}
.TagClassName
{
border-color: #F0180E;
}
</style>