Shades of Scarlet #FE1300
Tints of Scarlet #FE1300
RGB
CMYK
RGB Variations
Color information
#FE1300 (or 0xFE1300) is known color: Scarlet. HEX triplet: FE, 13 and 00. RGB value is (254,19,0). Sum of RGB (Red+Green+Blue) = 254+19+0=273 (36% of max value = 765). Red value is 254 (99.61% from 255 or 93.04% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1300 is #01ECFF. Grayscale: #575757. Windows color (decimal): -126208 or 5118. OLE color: 5118.
HSL color Cylindrical-coordinate representation of color #FE1300: hue angle of 4.49º 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 #FE1300 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.00 |
| HSL | 4.49º | 1% | 0.5% | - |
| HSV(B) | 4.49º | 1% | 1% | - |
| XYZ | 41.11 | 21.54 | 1.99 | - |
| YUV | 87.1 | 78.86 | 247.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 0 | 0 | 0.93 | 1 | 0.00 | 4.49 | 1 | 0.5 |
| Hex | FE | 13 | 0 | 0 | 5D | 64 | 0 | 4 | 64 | 32 |
| Octal | 376 | 23 | 0 | 0 | 135 | 144 | 0 | 4 | 144 | 62 |
| Binary | 11111110 | 10011 | 0 | 0 | 1011101 | 1100100 | 0 | 100 | 1100100 | 110010 |
Color Harmonies of #FE1300
Complementary color
Monochromatic Colors of #FE1300
Black with #FE1300
Text Example
Text Example
White with #FE1300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1300; }
p { color: rgb(254,19,0); }
H1.HeaderClassName
{
color: #FE1300;
}
.AnyTagClassName
{
color: #FE1300;
}
</style>
background-color css
<style>
a { background-color: #FE1300; }
a { background-color: rgb(254,19,0); }
div.DivClassName
{
background-color: #FE1300;
}
.BgClassName
{
background-color: #FE1300;
}
</style>
border-color css
<style>
span { border-color: #FE1300; }
span { border-color: rgb(254,19,0); }
td.TdClassName
{
border-color: #FE1300;
}
.TagClassName
{
border-color: #FE1300;
}
</style>