Shades of Scarlet #F0170B
Tints of Scarlet #F0170B
RGB
CMYK
RGB Variations
Color information
#F0170B (or 0xF0170B) is known color: Scarlet. HEX triplet: F0, 17 and 0B. RGB value is (240,23,11). Sum of RGB (Red+Green+Blue) = 240+23+11=274 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.59% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 240 - color contains mainly: red. Hex color #F0170B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0170B is #0FE8F4. Grayscale: #565656. Windows color (decimal): -1042677 or 727024. OLE color: 727024.
HSL color Cylindrical-coordinate representation of color #F0170B: hue angle of 3.14º 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 #F0170B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.06 |
| HSL | 3.14º | 0.91% | 0.49% | - |
| HSV(B) | 3.14º | 0.95% | 0.94% | - |
| XYZ | 36.3 | 19.16 | 2.1 | - |
| YUV | 86.52 | 85.39 | 237.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 11 | 0 | 0.90 | 0.95 | 0.06 | 3.14 | 0.91 | 0.49 |
| Hex | F0 | 17 | B | 0 | 5A | 5F | 6 | 3 | 5B | 31 |
| Octal | 360 | 27 | 13 | 0 | 132 | 137 | 6 | 3 | 133 | 61 |
| Binary | 11110000 | 10111 | 1011 | 0 | 1011010 | 1011111 | 110 | 11 | 1011011 | 110001 |
Color Harmonies of #F0170B
Complementary color
Monochromatic Colors of #F0170B
Black with #F0170B
Text Example
Text Example
White with #F0170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0170B; }
p { color: rgb(240,23,11); }
H1.HeaderClassName
{
color: #F0170B;
}
.AnyTagClassName
{
color: #F0170B;
}
</style>
background-color css
<style>
a { background-color: #F0170B; }
a { background-color: rgb(240,23,11); }
div.DivClassName
{
background-color: #F0170B;
}
.BgClassName
{
background-color: #F0170B;
}
</style>
border-color css
<style>
span { border-color: #F0170B; }
span { border-color: rgb(240,23,11); }
td.TdClassName
{
border-color: #F0170B;
}
.TagClassName
{
border-color: #F0170B;
}
</style>