Shades of Scarlet #F0190B
Tints of Scarlet #F0190B
RGB
CMYK
RGB Variations
Color information
#F0190B (or 0xF0190B) is known color: Scarlet. HEX triplet: F0, 19 and 0B. RGB value is (240,25,11). Sum of RGB (Red+Green+Blue) = 240+25+11=276 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.96% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 240 - color contains mainly: red. Hex color #F0190B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0190B is #0FE6F4. Grayscale: #575757. Windows color (decimal): -1042165 or 727536. OLE color: 727536.
HSL color Cylindrical-coordinate representation of color #F0190B: hue angle of 3.67º 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 #F0190B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.06 |
| HSL | 3.67º | 0.91% | 0.49% | - |
| HSV(B) | 3.67º | 0.95% | 0.94% | - |
| XYZ | 36.34 | 19.24 | 2.12 | - |
| YUV | 87.69 | 84.73 | 236.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 11 | 0 | 0.90 | 0.95 | 0.06 | 3.67 | 0.91 | 0.49 |
| Hex | F0 | 19 | B | 0 | 5A | 5F | 6 | 4 | 5B | 31 |
| Octal | 360 | 31 | 13 | 0 | 132 | 137 | 6 | 4 | 133 | 61 |
| Binary | 11110000 | 11001 | 1011 | 0 | 1011010 | 1011111 | 110 | 100 | 1011011 | 110001 |
Color Harmonies of #F0190B
Complementary color
Monochromatic Colors of #F0190B
Black with #F0190B
Text Example
Text Example
White with #F0190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0190B; }
p { color: rgb(240,25,11); }
H1.HeaderClassName
{
color: #F0190B;
}
.AnyTagClassName
{
color: #F0190B;
}
</style>
background-color css
<style>
a { background-color: #F0190B; }
a { background-color: rgb(240,25,11); }
div.DivClassName
{
background-color: #F0190B;
}
.BgClassName
{
background-color: #F0190B;
}
</style>
border-color css
<style>
span { border-color: #F0190B; }
span { border-color: rgb(240,25,11); }
td.TdClassName
{
border-color: #F0190B;
}
.TagClassName
{
border-color: #F0190B;
}
</style>