Shades of Scarlet #F02C11
Tints of Scarlet #F02C11
RGB
CMYK
RGB Variations
Color information
#F02C11 (or 0xF02C11) is known color: Scarlet. HEX triplet: F0, 2C and 11. RGB value is (240,44,17). Sum of RGB (Red+Green+Blue) = 240+44+17=301 (39% of max value = 765). Red value is 240 (94.14% from 255 or 79.73% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02C11 is #0FD3EE. Grayscale: #636363. Windows color (decimal): -1037295 or 1125616. OLE color: 1125616.
HSL color Cylindrical-coordinate representation of color #F02C11: hue angle of 7.26º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F02C11 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 17 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.06 |
| HSL | 7.26º | 0.88% | 0.5% | - |
| HSV(B) | 7.26º | 0.93% | 0.94% | - |
| XYZ | 36.94 | 20.37 | 2.51 | - |
| YUV | 99.53 | 81.43 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 17 | 0 | 0.82 | 0.93 | 0.06 | 7.26 | 0.88 | 0.5 |
| Hex | F0 | 2C | 11 | 0 | 52 | 5D | 6 | 7 | 58 | 32 |
| Octal | 360 | 54 | 21 | 0 | 122 | 135 | 6 | 7 | 130 | 62 |
| Binary | 11110000 | 101100 | 10001 | 0 | 1010010 | 1011101 | 110 | 111 | 1011000 | 110010 |
Color Harmonies of #F02C11
Complementary color
Monochromatic Colors of #F02C11
Black with #F02C11
Text Example
Text Example
White with #F02C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02C11; }
p { color: rgb(240,44,17); }
H1.HeaderClassName
{
color: #F02C11;
}
.AnyTagClassName
{
color: #F02C11;
}
</style>
background-color css
<style>
a { background-color: #F02C11; }
a { background-color: rgb(240,44,17); }
div.DivClassName
{
background-color: #F02C11;
}
.BgClassName
{
background-color: #F02C11;
}
</style>
border-color css
<style>
span { border-color: #F02C11; }
span { border-color: rgb(240,44,17); }
td.TdClassName
{
border-color: #F02C11;
}
.TagClassName
{
border-color: #F02C11;
}
</style>