Shades of Scarlet #F0280A
Tints of Scarlet #F0280A
RGB
CMYK
RGB Variations
Color information
#F0280A (or 0xF0280A) is known color: Scarlet. HEX triplet: F0, 28 and 0A. RGB value is (240,40,10). Sum of RGB (Red+Green+Blue) = 240+40+10=290 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.76% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 240 - color contains mainly: red. Hex color #F0280A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0280A is #0FD7F5. Grayscale: #606060. Windows color (decimal): -1038326 or 665840. OLE color: 665840.
HSL color Cylindrical-coordinate representation of color #F0280A: hue angle of 7.83º 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 #F0280A is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 10 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.06 |
| HSL | 7.83º | 0.92% | 0.49% | - |
| HSV(B) | 7.83º | 0.96% | 0.94% | - |
| XYZ | 36.75 | 20.06 | 2.22 | - |
| YUV | 96.38 | 79.26 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 10 | 0 | 0.83 | 0.96 | 0.06 | 7.83 | 0.92 | 0.49 |
| Hex | F0 | 28 | A | 0 | 53 | 60 | 6 | 8 | 5C | 31 |
| Octal | 360 | 50 | 12 | 0 | 123 | 140 | 6 | 10 | 134 | 61 |
| Binary | 11110000 | 101000 | 1010 | 0 | 1010011 | 1100000 | 110 | 1000 | 1011100 | 110001 |
Color Harmonies of #F0280A
Complementary color
Monochromatic Colors of #F0280A
Black with #F0280A
Text Example
Text Example
White with #F0280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0280A; }
p { color: rgb(240,40,10); }
H1.HeaderClassName
{
color: #F0280A;
}
.AnyTagClassName
{
color: #F0280A;
}
</style>
background-color css
<style>
a { background-color: #F0280A; }
a { background-color: rgb(240,40,10); }
div.DivClassName
{
background-color: #F0280A;
}
.BgClassName
{
background-color: #F0280A;
}
</style>
border-color css
<style>
span { border-color: #F0280A; }
span { border-color: rgb(240,40,10); }
td.TdClassName
{
border-color: #F0280A;
}
.TagClassName
{
border-color: #F0280A;
}
</style>