Shades of Scarlet #F02C10
Tints of Scarlet #F02C10
RGB
CMYK
RGB Variations
Color information
#F02C10 (or 0xF02C10) is known color: Scarlet. HEX triplet: F0, 2C and 10. RGB value is (240,44,16). Sum of RGB (Red+Green+Blue) = 240+44+16=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02C10 is #0FD3EF. Grayscale: #636363. Windows color (decimal): -1037296 or 1060080. OLE color: 1060080.
HSL color Cylindrical-coordinate representation of color #F02C10: hue angle of 7.5º 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 #F02C10 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 16 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.06 |
| HSL | 7.5º | 0.88% | 0.5% | - |
| HSV(B) | 7.5º | 0.93% | 0.94% | - |
| XYZ | 36.93 | 20.36 | 2.47 | - |
| YUV | 99.41 | 80.93 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 16 | 0 | 0.82 | 0.93 | 0.06 | 7.5 | 0.88 | 0.5 |
| Hex | F0 | 2C | 10 | 0 | 52 | 5D | 6 | 8 | 58 | 32 |
| Octal | 360 | 54 | 20 | 0 | 122 | 135 | 6 | 10 | 130 | 62 |
| Binary | 11110000 | 101100 | 10000 | 0 | 1010010 | 1011101 | 110 | 1000 | 1011000 | 110010 |
Color Harmonies of #F02C10
Complementary color
Monochromatic Colors of #F02C10
Black with #F02C10
Text Example
Text Example
White with #F02C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02C10; }
p { color: rgb(240,44,16); }
H1.HeaderClassName
{
color: #F02C10;
}
.AnyTagClassName
{
color: #F02C10;
}
</style>
background-color css
<style>
a { background-color: #F02C10; }
a { background-color: rgb(240,44,16); }
div.DivClassName
{
background-color: #F02C10;
}
.BgClassName
{
background-color: #F02C10;
}
</style>
border-color css
<style>
span { border-color: #F02C10; }
span { border-color: rgb(240,44,16); }
td.TdClassName
{
border-color: #F02C10;
}
.TagClassName
{
border-color: #F02C10;
}
</style>