Shades of Scarlet #F0150B
Tints of Scarlet #F0150B
RGB
CMYK
RGB Variations
Color information
#F0150B (or 0xF0150B) is known color: Scarlet. HEX triplet: F0, 15 and 0B. RGB value is (240,21,11). Sum of RGB (Red+Green+Blue) = 240+21+11=272 (36% of max value = 765). Red value is 240 (94.14% from 255 or 88.24% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 240 - color contains mainly: red. Hex color #F0150B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0150B is #0FEAF4. Grayscale: #555555. Windows color (decimal): -1043189 or 726512. OLE color: 726512.
HSL color Cylindrical-coordinate representation of color #F0150B: hue angle of 2.62º 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 #F0150B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 11 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.06 |
| HSL | 2.62º | 0.91% | 0.49% | - |
| HSV(B) | 2.62º | 0.95% | 0.94% | - |
| XYZ | 36.26 | 19.09 | 2.09 | - |
| YUV | 85.34 | 86.05 | 238.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 11 | 0 | 0.91 | 0.95 | 0.06 | 2.62 | 0.91 | 0.49 |
| Hex | F0 | 15 | B | 0 | 5B | 5F | 6 | 3 | 5B | 31 |
| Octal | 360 | 25 | 13 | 0 | 133 | 137 | 6 | 3 | 133 | 61 |
| Binary | 11110000 | 10101 | 1011 | 0 | 1011011 | 1011111 | 110 | 11 | 1011011 | 110001 |
Color Harmonies of #F0150B
Complementary color
Monochromatic Colors of #F0150B
Black with #F0150B
Text Example
Text Example
White with #F0150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0150B; }
p { color: rgb(240,21,11); }
H1.HeaderClassName
{
color: #F0150B;
}
.AnyTagClassName
{
color: #F0150B;
}
</style>
background-color css
<style>
a { background-color: #F0150B; }
a { background-color: rgb(240,21,11); }
div.DivClassName
{
background-color: #F0150B;
}
.BgClassName
{
background-color: #F0150B;
}
</style>
border-color css
<style>
span { border-color: #F0150B; }
span { border-color: rgb(240,21,11); }
td.TdClassName
{
border-color: #F0150B;
}
.TagClassName
{
border-color: #F0150B;
}
</style>