Shades of Scarlet #F0350A
Tints of Scarlet #F0350A
RGB
CMYK
RGB Variations
Color information
#F0350A (or 0xF0350A) is known color: Scarlet. HEX triplet: F0, 35 and 0A. RGB value is (240,53,10). Sum of RGB (Red+Green+Blue) = 240+53+10=303 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.21% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 240 - color contains mainly: red. Hex color #F0350A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0350A is #0FCAF5. Grayscale: #686868. Windows color (decimal): -1034998 or 669168. OLE color: 669168.
HSL color Cylindrical-coordinate representation of color #F0350A: hue angle of 11.22º 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 #F0350A is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 10 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.06 |
| HSL | 11.22º | 0.92% | 0.49% | - |
| HSV(B) | 11.22º | 0.96% | 0.94% | - |
| XYZ | 37.26 | 21.09 | 2.39 | - |
| YUV | 104.01 | 74.95 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 10 | 0 | 0.78 | 0.96 | 0.06 | 11.22 | 0.92 | 0.49 |
| Hex | F0 | 35 | A | 0 | 4E | 60 | 6 | B | 5C | 31 |
| Octal | 360 | 65 | 12 | 0 | 116 | 140 | 6 | 13 | 134 | 61 |
| Binary | 11110000 | 110101 | 1010 | 0 | 1001110 | 1100000 | 110 | 1011 | 1011100 | 110001 |
Color Harmonies of #F0350A
Complementary color
Monochromatic Colors of #F0350A
Black with #F0350A
Text Example
Text Example
White with #F0350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0350A; }
p { color: rgb(240,53,10); }
H1.HeaderClassName
{
color: #F0350A;
}
.AnyTagClassName
{
color: #F0350A;
}
</style>
background-color css
<style>
a { background-color: #F0350A; }
a { background-color: rgb(240,53,10); }
div.DivClassName
{
background-color: #F0350A;
}
.BgClassName
{
background-color: #F0350A;
}
</style>
border-color css
<style>
span { border-color: #F0350A; }
span { border-color: rgb(240,53,10); }
td.TdClassName
{
border-color: #F0350A;
}
.TagClassName
{
border-color: #F0350A;
}
</style>