Shades of Scarlet #FE1703
Tints of Scarlet #FE1703
RGB
CMYK
RGB Variations
Color information
#FE1703 (or 0xFE1703) is known color: Scarlet. HEX triplet: FE, 17 and 03. RGB value is (254,23,3). Sum of RGB (Red+Green+Blue) = 254+23+3=280 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.71% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1703 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1703 is #01E8FC. Grayscale: #5A5A5A. Windows color (decimal): -125181 or 202750. OLE color: 202750.
HSL color Cylindrical-coordinate representation of color #FE1703: hue angle of 4.78º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE1703 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 3 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.00 |
| HSL | 4.78º | 0.99% | 0.5% | - |
| HSV(B) | 4.78º | 0.99% | 1% | - |
| XYZ | 41.2 | 21.69 | 2.1 | - |
| YUV | 89.79 | 79.03 | 245.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 3 | 0 | 0.91 | 0.99 | 0.00 | 4.78 | 0.99 | 0.5 |
| Hex | FE | 17 | 3 | 0 | 5B | 63 | 0 | 5 | 63 | 32 |
| Octal | 376 | 27 | 3 | 0 | 133 | 143 | 0 | 5 | 143 | 62 |
| Binary | 11111110 | 10111 | 11 | 0 | 1011011 | 1100011 | 0 | 101 | 1100011 | 110010 |
Color Harmonies of #FE1703
Complementary color
Monochromatic Colors of #FE1703
Black with #FE1703
Text Example
Text Example
White with #FE1703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1703; }
p { color: rgb(254,23,3); }
H1.HeaderClassName
{
color: #FE1703;
}
.AnyTagClassName
{
color: #FE1703;
}
</style>
background-color css
<style>
a { background-color: #FE1703; }
a { background-color: rgb(254,23,3); }
div.DivClassName
{
background-color: #FE1703;
}
.BgClassName
{
background-color: #FE1703;
}
</style>
border-color css
<style>
span { border-color: #FE1703; }
span { border-color: rgb(254,23,3); }
td.TdClassName
{
border-color: #FE1703;
}
.TagClassName
{
border-color: #FE1703;
}
</style>