Shades of Scarlet #FF170B
Tints of Scarlet #FF170B
RGB
CMYK
RGB Variations
Color information
#FF170B (or 0xFF170B) is known color: Scarlet. HEX triplet: FF, 17 and 0B. RGB value is (255,23,11). Sum of RGB (Red+Green+Blue) = 255+23+11=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF170B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF170B is #00E8F4. Grayscale: #5B5B5B. Windows color (decimal): -59637 or 727039. OLE color: 727039.
HSL color Cylindrical-coordinate representation of color #FF170B: hue angle of 2.95º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF170B is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 11 | - |
| CMYK | 0 | 0.91 | 0.96 | 0 |
| HSL | 2.95º | 1% | 0.52% | - |
| HSV(B) | 2.95º | 0.96% | 1% | - |
| XYZ | 41.61 | 21.9 | 2.35 | - |
| YUV | 91 | 82.86 | 244.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 11 | 0 | 0.91 | 0.96 | 0 | 2.95 | 1 | 0.52 |
| Hex | FF | 17 | B | 0 | 5B | 60 | 0 | 3 | 64 | 34 |
| Octal | 377 | 27 | 13 | 0 | 133 | 140 | 0 | 3 | 144 | 64 |
| Binary | 11111111 | 10111 | 1011 | 0 | 1011011 | 1100000 | 0 | 11 | 1100100 | 110100 |
Color Harmonies of #FF170B
Complementary color
Monochromatic Colors of #FF170B
Black with #FF170B
Text Example
Text Example
White with #FF170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF170B; }
p { color: rgb(255,23,11); }
H1.HeaderClassName
{
color: #FF170B;
}
.AnyTagClassName
{
color: #FF170B;
}
</style>
background-color css
<style>
a { background-color: #FF170B; }
a { background-color: rgb(255,23,11); }
div.DivClassName
{
background-color: #FF170B;
}
.BgClassName
{
background-color: #FF170B;
}
</style>
border-color css
<style>
span { border-color: #FF170B; }
span { border-color: rgb(255,23,11); }
td.TdClassName
{
border-color: #FF170B;
}
.TagClassName
{
border-color: #FF170B;
}
</style>