Shades of Scarlet #FF170F
Tints of Scarlet #FF170F
RGB
CMYK
RGB Variations
Color information
#FF170F (or 0xFF170F) is known color: Scarlet. HEX triplet: FF, 17 and 0F. RGB value is (255,23,15). Sum of RGB (Red+Green+Blue) = 255+23+15=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF170F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF170F is #00E8F0. Grayscale: #5B5B5B. Windows color (decimal): -59633 or 989183. OLE color: 989183.
HSL color Cylindrical-coordinate representation of color #FF170F: hue angle of 2º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF170F is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 15 | - |
| CMYK | 0 | 0.91 | 0.94 | 0 |
| HSL | 2º | 1% | 0.53% | - |
| HSV(B) | 2º | 0.94% | 1% | - |
| XYZ | 41.63 | 21.91 | 2.49 | - |
| YUV | 91.46 | 84.86 | 244.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 15 | 0 | 0.91 | 0.94 | 0 | 2 | 1 | 0.53 |
| Hex | FF | 17 | F | 0 | 5B | 5E | 0 | 2 | 64 | 35 |
| Octal | 377 | 27 | 17 | 0 | 133 | 136 | 0 | 2 | 144 | 65 |
| Binary | 11111111 | 10111 | 1111 | 0 | 1011011 | 1011110 | 0 | 10 | 1100100 | 110101 |
Color Harmonies of #FF170F
Complementary color
Monochromatic Colors of #FF170F
Black with #FF170F
Text Example
Text Example
White with #FF170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF170F; }
p { color: rgb(255,23,15); }
H1.HeaderClassName
{
color: #FF170F;
}
.AnyTagClassName
{
color: #FF170F;
}
</style>
background-color css
<style>
a { background-color: #FF170F; }
a { background-color: rgb(255,23,15); }
div.DivClassName
{
background-color: #FF170F;
}
.BgClassName
{
background-color: #FF170F;
}
</style>
border-color css
<style>
span { border-color: #FF170F; }
span { border-color: rgb(255,23,15); }
td.TdClassName
{
border-color: #FF170F;
}
.TagClassName
{
border-color: #FF170F;
}
</style>