Shades of Scarlet #F02700
Tints of Scarlet #F02700
RGB
CMYK
RGB Variations
Color information
#F02700 (or 0xF02700) is known color: Scarlet. HEX triplet: F0, 27 and 00. RGB value is (240,39,0). Sum of RGB (Red+Green+Blue) = 240+39+0=279 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.02% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 240 - color contains mainly: red. Hex color #F02700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02700 is #0FD8FF. Grayscale: #5F5F5F. Windows color (decimal): -1038592 or 10224. OLE color: 10224.
HSL color Cylindrical-coordinate representation of color #F02700: hue angle of 9.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F02700 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 39 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.06 |
| HSL | 9.75º | 1% | 0.47% | - |
| HSV(B) | 9.75º | 1% | 0.94% | - |
| XYZ | 36.66 | 19.98 | 1.92 | - |
| YUV | 94.65 | 74.59 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 39 | 0 | 0 | 0.84 | 1 | 0.06 | 9.75 | 1 | 0.47 |
| Hex | F0 | 27 | 0 | 0 | 54 | 64 | 6 | A | 64 | 2F |
| Octal | 360 | 47 | 0 | 0 | 124 | 144 | 6 | 12 | 144 | 57 |
| Binary | 11110000 | 100111 | 0 | 0 | 1010100 | 1100100 | 110 | 1010 | 1100100 | 101111 |
Color Harmonies of #F02700
Complementary color
Monochromatic Colors of #F02700
Black with #F02700
Text Example
Text Example
White with #F02700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02700; }
p { color: rgb(240,39,0); }
H1.HeaderClassName
{
color: #F02700;
}
.AnyTagClassName
{
color: #F02700;
}
</style>
background-color css
<style>
a { background-color: #F02700; }
a { background-color: rgb(240,39,0); }
div.DivClassName
{
background-color: #F02700;
}
.BgClassName
{
background-color: #F02700;
}
</style>
border-color css
<style>
span { border-color: #F02700; }
span { border-color: rgb(240,39,0); }
td.TdClassName
{
border-color: #F02700;
}
.TagClassName
{
border-color: #F02700;
}
</style>