Shades of Scarlet #F02C0A
Tints of Scarlet #F02C0A
RGB
CMYK
RGB Variations
Color information
#F02C0A (or 0xF02C0A) is known color: Scarlet. HEX triplet: F0, 2C and 0A. RGB value is (240,44,10). Sum of RGB (Red+Green+Blue) = 240+44+10=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02C0A is #0FD3F5. Grayscale: #636363. Windows color (decimal): -1037302 or 666864. OLE color: 666864.
HSL color Cylindrical-coordinate representation of color #F02C0A: hue angle of 8.87º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F02C0A is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 10 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.06 |
| HSL | 8.87º | 0.92% | 0.49% | - |
| HSV(B) | 8.87º | 0.96% | 0.94% | - |
| XYZ | 36.89 | 20.35 | 2.27 | - |
| YUV | 98.73 | 77.93 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 10 | 0 | 0.82 | 0.96 | 0.06 | 8.87 | 0.92 | 0.49 |
| Hex | F0 | 2C | A | 0 | 52 | 60 | 6 | 9 | 5C | 31 |
| Octal | 360 | 54 | 12 | 0 | 122 | 140 | 6 | 11 | 134 | 61 |
| Binary | 11110000 | 101100 | 1010 | 0 | 1010010 | 1100000 | 110 | 1001 | 1011100 | 110001 |
Color Harmonies of #F02C0A
Complementary color
Monochromatic Colors of #F02C0A
Black with #F02C0A
Text Example
Text Example
White with #F02C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02C0A; }
p { color: rgb(240,44,10); }
H1.HeaderClassName
{
color: #F02C0A;
}
.AnyTagClassName
{
color: #F02C0A;
}
</style>
background-color css
<style>
a { background-color: #F02C0A; }
a { background-color: rgb(240,44,10); }
div.DivClassName
{
background-color: #F02C0A;
}
.BgClassName
{
background-color: #F02C0A;
}
</style>
border-color css
<style>
span { border-color: #F02C0A; }
span { border-color: rgb(240,44,10); }
td.TdClassName
{
border-color: #F02C0A;
}
.TagClassName
{
border-color: #F02C0A;
}
</style>