Shades of Scarlet #F02C0E
Tints of Scarlet #F02C0E
RGB
CMYK
RGB Variations
Color information
#F02C0E (or 0xF02C0E) is known color: Scarlet. HEX triplet: F0, 2C and 0E. RGB value is (240,44,14). Sum of RGB (Red+Green+Blue) = 240+44+14=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02C0E is #0FD3F1. Grayscale: #636363. Windows color (decimal): -1037298 or 929008. OLE color: 929008.
HSL color Cylindrical-coordinate representation of color #F02C0E: hue angle of 7.96º 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 #F02C0E is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 14 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.06 |
| HSL | 7.96º | 0.89% | 0.5% | - |
| HSV(B) | 7.96º | 0.94% | 0.94% | - |
| XYZ | 36.92 | 20.36 | 2.4 | - |
| YUV | 99.18 | 79.93 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 14 | 0 | 0.82 | 0.94 | 0.06 | 7.96 | 0.89 | 0.5 |
| Hex | F0 | 2C | E | 0 | 52 | 5E | 6 | 8 | 59 | 32 |
| Octal | 360 | 54 | 16 | 0 | 122 | 136 | 6 | 10 | 131 | 62 |
| Binary | 11110000 | 101100 | 1110 | 0 | 1010010 | 1011110 | 110 | 1000 | 1011001 | 110010 |
Color Harmonies of #F02C0E
Complementary color
Monochromatic Colors of #F02C0E
Black with #F02C0E
Text Example
Text Example
White with #F02C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02C0E; }
p { color: rgb(240,44,14); }
H1.HeaderClassName
{
color: #F02C0E;
}
.AnyTagClassName
{
color: #F02C0E;
}
</style>
background-color css
<style>
a { background-color: #F02C0E; }
a { background-color: rgb(240,44,14); }
div.DivClassName
{
background-color: #F02C0E;
}
.BgClassName
{
background-color: #F02C0E;
}
</style>
border-color css
<style>
span { border-color: #F02C0E; }
span { border-color: rgb(240,44,14); }
td.TdClassName
{
border-color: #F02C0E;
}
.TagClassName
{
border-color: #F02C0E;
}
</style>