Shades of Scarlet #F02800
Tints of Scarlet #F02800
RGB
CMYK
RGB Variations
Color information
#F02800 (or 0xF02800) is known color: Scarlet. HEX triplet: F0, 28 and 00. RGB value is (240,40,0). Sum of RGB (Red+Green+Blue) = 240+40+0=280 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.71% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 240 - color contains mainly: red. Hex color #F02800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02800 is #0FD7FF. Grayscale: #5F5F5F. Windows color (decimal): -1038336 or 10480. OLE color: 10480.
HSL color Cylindrical-coordinate representation of color #F02800: hue angle of 10º 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 #F02800 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.06 |
| HSL | 10º | 1% | 0.47% | - |
| HSV(B) | 10º | 1% | 0.94% | - |
| XYZ | 36.69 | 20.04 | 1.93 | - |
| YUV | 95.24 | 74.26 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 0 | 0 | 0.83 | 1 | 0.06 | 10 | 1 | 0.47 |
| Hex | F0 | 28 | 0 | 0 | 53 | 64 | 6 | A | 64 | 2F |
| Octal | 360 | 50 | 0 | 0 | 123 | 144 | 6 | 12 | 144 | 57 |
| Binary | 11110000 | 101000 | 0 | 0 | 1010011 | 1100100 | 110 | 1010 | 1100100 | 101111 |
Color Harmonies of #F02800
Complementary color
Monochromatic Colors of #F02800
Black with #F02800
Text Example
Text Example
White with #F02800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02800; }
p { color: rgb(240,40,0); }
H1.HeaderClassName
{
color: #F02800;
}
.AnyTagClassName
{
color: #F02800;
}
</style>
background-color css
<style>
a { background-color: #F02800; }
a { background-color: rgb(240,40,0); }
div.DivClassName
{
background-color: #F02800;
}
.BgClassName
{
background-color: #F02800;
}
</style>
border-color css
<style>
span { border-color: #F02800; }
span { border-color: rgb(240,40,0); }
td.TdClassName
{
border-color: #F02800;
}
.TagClassName
{
border-color: #F02800;
}
</style>