Shades of Scarlet #F0170D
Tints of Scarlet #F0170D
RGB
CMYK
RGB Variations
Color information
#F0170D (or 0xF0170D) is known color: Scarlet. HEX triplet: F0, 17 and 0D. RGB value is (240,23,13). Sum of RGB (Red+Green+Blue) = 240+23+13=276 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.96% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 240 - color contains mainly: red. Hex color #F0170D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0170D is #0FE8F2. Grayscale: #575757. Windows color (decimal): -1042675 or 858096. OLE color: 858096.
HSL color Cylindrical-coordinate representation of color #F0170D: hue angle of 2.64º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0170D is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 13 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.06 |
| HSL | 2.64º | 0.9% | 0.5% | - |
| HSV(B) | 2.64º | 0.95% | 0.94% | - |
| XYZ | 36.31 | 19.17 | 2.17 | - |
| YUV | 86.74 | 86.39 | 237.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 13 | 0 | 0.90 | 0.95 | 0.06 | 2.64 | 0.9 | 0.5 |
| Hex | F0 | 17 | D | 0 | 5A | 5F | 6 | 3 | 5A | 32 |
| Octal | 360 | 27 | 15 | 0 | 132 | 137 | 6 | 3 | 132 | 62 |
| Binary | 11110000 | 10111 | 1101 | 0 | 1011010 | 1011111 | 110 | 11 | 1011010 | 110010 |
Color Harmonies of #F0170D
Complementary color
Monochromatic Colors of #F0170D
Black with #F0170D
Text Example
Text Example
White with #F0170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0170D; }
p { color: rgb(240,23,13); }
H1.HeaderClassName
{
color: #F0170D;
}
.AnyTagClassName
{
color: #F0170D;
}
</style>
background-color css
<style>
a { background-color: #F0170D; }
a { background-color: rgb(240,23,13); }
div.DivClassName
{
background-color: #F0170D;
}
.BgClassName
{
background-color: #F0170D;
}
</style>
border-color css
<style>
span { border-color: #F0170D; }
span { border-color: rgb(240,23,13); }
td.TdClassName
{
border-color: #F0170D;
}
.TagClassName
{
border-color: #F0170D;
}
</style>