Shades of Scarlet #F0200A
Tints of Scarlet #F0200A
RGB
CMYK
RGB Variations
Color information
#F0200A (or 0xF0200A) is known color: Scarlet. HEX triplet: F0, 20 and 0A. RGB value is (240,32,10). Sum of RGB (Red+Green+Blue) = 240+32+10=282 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.11% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 240 - color contains mainly: red. Hex color #F0200A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0200A is #0FDFF5. Grayscale: #5B5B5B. Windows color (decimal): -1040374 or 663792. OLE color: 663792.
HSL color Cylindrical-coordinate representation of color #F0200A: hue angle of 5.74º 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 #F0200A is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 10 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.06 |
| HSL | 5.74º | 0.92% | 0.49% | - |
| HSV(B) | 5.74º | 0.96% | 0.94% | - |
| XYZ | 36.51 | 19.58 | 2.14 | - |
| YUV | 91.68 | 81.91 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 10 | 0 | 0.87 | 0.96 | 0.06 | 5.74 | 0.92 | 0.49 |
| Hex | F0 | 20 | A | 0 | 57 | 60 | 6 | 6 | 5C | 31 |
| Octal | 360 | 40 | 12 | 0 | 127 | 140 | 6 | 6 | 134 | 61 |
| Binary | 11110000 | 100000 | 1010 | 0 | 1010111 | 1100000 | 110 | 110 | 1011100 | 110001 |
Color Harmonies of #F0200A
Complementary color
Monochromatic Colors of #F0200A
Black with #F0200A
Text Example
Text Example
White with #F0200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0200A; }
p { color: rgb(240,32,10); }
H1.HeaderClassName
{
color: #F0200A;
}
.AnyTagClassName
{
color: #F0200A;
}
</style>
background-color css
<style>
a { background-color: #F0200A; }
a { background-color: rgb(240,32,10); }
div.DivClassName
{
background-color: #F0200A;
}
.BgClassName
{
background-color: #F0200A;
}
</style>
border-color css
<style>
span { border-color: #F0200A; }
span { border-color: rgb(240,32,10); }
td.TdClassName
{
border-color: #F0200A;
}
.TagClassName
{
border-color: #F0200A;
}
</style>