Shades of Scarlet #FF1700
Tints of Scarlet #FF1700
RGB
CMYK
RGB Variations
Color information
#FF1700 (or 0xFF1700) is known color: Scarlet. HEX triplet: FF, 17 and 00. RGB value is (255,23,0). Sum of RGB (Red+Green+Blue) = 255+23+0=278 (36% of max value = 765). Red value is 255 (100% from 255 or 91.73% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1700 is #00E8FF. Grayscale: #5A5A5A. Windows color (decimal): -59648 or 6143. OLE color: 6143.
HSL color Cylindrical-coordinate representation of color #FF1700: hue angle of 5.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF1700 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0 |
| HSL | 5.41º | 1% | 0.5% | - |
| HSV(B) | 5.41º | 1% | 1% | - |
| XYZ | 41.55 | 21.87 | 2.03 | - |
| YUV | 89.75 | 77.36 | 245.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 0 | 0 | 0.91 | 1 | 0 | 5.41 | 1 | 0.5 |
| Hex | FF | 17 | 0 | 0 | 5B | 64 | 0 | 5 | 64 | 32 |
| Octal | 377 | 27 | 0 | 0 | 133 | 144 | 0 | 5 | 144 | 62 |
| Binary | 11111111 | 10111 | 0 | 0 | 1011011 | 1100100 | 0 | 101 | 1100100 | 110010 |
Color Harmonies of #FF1700
Complementary color
Monochromatic Colors of #FF1700
Black with #FF1700
Text Example
Text Example
White with #FF1700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1700; }
p { color: rgb(255,23,0); }
H1.HeaderClassName
{
color: #FF1700;
}
.AnyTagClassName
{
color: #FF1700;
}
</style>
background-color css
<style>
a { background-color: #FF1700; }
a { background-color: rgb(255,23,0); }
div.DivClassName
{
background-color: #FF1700;
}
.BgClassName
{
background-color: #FF1700;
}
</style>
border-color css
<style>
span { border-color: #FF1700; }
span { border-color: rgb(255,23,0); }
td.TdClassName
{
border-color: #FF1700;
}
.TagClassName
{
border-color: #FF1700;
}
</style>