Shades of Scarlet #F0290B
Tints of Scarlet #F0290B
RGB
CMYK
RGB Variations
Color information
#F0290B (or 0xF0290B) is known color: Scarlet. HEX triplet: F0, 29 and 0B. RGB value is (240,41,11). Sum of RGB (Red+Green+Blue) = 240+41+11=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F0290B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0290B is #0FD6F4. Grayscale: #616161. Windows color (decimal): -1038069 or 731632. OLE color: 731632.
HSL color Cylindrical-coordinate representation of color #F0290B: hue angle of 7.86º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0290B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 41 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.06 |
| HSL | 7.86º | 0.91% | 0.49% | - |
| HSV(B) | 7.86º | 0.95% | 0.94% | - |
| XYZ | 36.79 | 20.14 | 2.26 | - |
| YUV | 97.08 | 79.43 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 41 | 11 | 0 | 0.83 | 0.95 | 0.06 | 7.86 | 0.91 | 0.49 |
| Hex | F0 | 29 | B | 0 | 53 | 5F | 6 | 8 | 5B | 31 |
| Octal | 360 | 51 | 13 | 0 | 123 | 137 | 6 | 10 | 133 | 61 |
| Binary | 11110000 | 101001 | 1011 | 0 | 1010011 | 1011111 | 110 | 1000 | 1011011 | 110001 |
Color Harmonies of #F0290B
Complementary color
Monochromatic Colors of #F0290B
Black with #F0290B
Text Example
Text Example
White with #F0290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0290B; }
p { color: rgb(240,41,11); }
H1.HeaderClassName
{
color: #F0290B;
}
.AnyTagClassName
{
color: #F0290B;
}
</style>
background-color css
<style>
a { background-color: #F0290B; }
a { background-color: rgb(240,41,11); }
div.DivClassName
{
background-color: #F0290B;
}
.BgClassName
{
background-color: #F0290B;
}
</style>
border-color css
<style>
span { border-color: #F0290B; }
span { border-color: rgb(240,41,11); }
td.TdClassName
{
border-color: #F0290B;
}
.TagClassName
{
border-color: #F0290B;
}
</style>