Shades of Scarlet #FE1700
Tints of Scarlet #FE1700
RGB
CMYK
RGB Variations
Color information
#FE1700 (or 0xFE1700) is known color: Scarlet. HEX triplet: FE, 17 and 00. RGB value is (254,23,0). Sum of RGB (Red+Green+Blue) = 254+23+0=277 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.70% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1700 is #01E8FF. Grayscale: #595959. Windows color (decimal): -125184 or 6142. OLE color: 6142.
HSL color Cylindrical-coordinate representation of color #FE1700: hue angle of 5.43º 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 #FE1700 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.00 |
| HSL | 5.43º | 1% | 0.5% | - |
| HSV(B) | 5.43º | 1% | 1% | - |
| XYZ | 41.18 | 21.68 | 2.01 | - |
| YUV | 89.45 | 77.53 | 245.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 0 | 0 | 0.91 | 1 | 0.00 | 5.43 | 1 | 0.5 |
| Hex | FE | 17 | 0 | 0 | 5B | 64 | 0 | 5 | 64 | 32 |
| Octal | 376 | 27 | 0 | 0 | 133 | 144 | 0 | 5 | 144 | 62 |
| Binary | 11111110 | 10111 | 0 | 0 | 1011011 | 1100100 | 0 | 101 | 1100100 | 110010 |
Color Harmonies of #FE1700
Complementary color
Monochromatic Colors of #FE1700
Black with #FE1700
Text Example
Text Example
White with #FE1700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1700; }
p { color: rgb(254,23,0); }
H1.HeaderClassName
{
color: #FE1700;
}
.AnyTagClassName
{
color: #FE1700;
}
</style>
background-color css
<style>
a { background-color: #FE1700; }
a { background-color: rgb(254,23,0); }
div.DivClassName
{
background-color: #FE1700;
}
.BgClassName
{
background-color: #FE1700;
}
</style>
border-color css
<style>
span { border-color: #FE1700; }
span { border-color: rgb(254,23,0); }
td.TdClassName
{
border-color: #FE1700;
}
.TagClassName
{
border-color: #FE1700;
}
</style>