Shades of Scarlet #FE1D13
Tints of Scarlet #FE1D13
RGB
CMYK
RGB Variations
Color information
#FE1D13 (or 0xFE1D13) is known color: Scarlet. HEX triplet: FE, 1D and 13. RGB value is (254,29,19). Sum of RGB (Red+Green+Blue) = 254+29+19=302 (40% of max value = 765). Red value is 254 (99.61% from 255 or 84.11% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1D13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1D13 is #01E2EC. Grayscale: #5F5F5F. Windows color (decimal): -123629 or 1252862. OLE color: 1252862.
HSL color Cylindrical-coordinate representation of color #FE1D13: hue angle of 2.55º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1D13 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 29 | 19 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.00 |
| HSL | 2.55º | 0.99% | 0.54% | - |
| HSV(B) | 2.55º | 0.93% | 1% | - |
| XYZ | 41.43 | 22 | 2.68 | - |
| YUV | 95.14 | 85.04 | 241.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 29 | 19 | 0 | 0.89 | 0.93 | 0.00 | 2.55 | 0.99 | 0.54 |
| Hex | FE | 1D | 13 | 0 | 59 | 5D | 0 | 3 | 63 | 36 |
| Octal | 376 | 35 | 23 | 0 | 131 | 135 | 0 | 3 | 143 | 66 |
| Binary | 11111110 | 11101 | 10011 | 0 | 1011001 | 1011101 | 0 | 11 | 1100011 | 110110 |
Color Harmonies of #FE1D13
Complementary color
Monochromatic Colors of #FE1D13
Black with #FE1D13
Text Example
Text Example
White with #FE1D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1D13; }
p { color: rgb(254,29,19); }
H1.HeaderClassName
{
color: #FE1D13;
}
.AnyTagClassName
{
color: #FE1D13;
}
</style>
background-color css
<style>
a { background-color: #FE1D13; }
a { background-color: rgb(254,29,19); }
div.DivClassName
{
background-color: #FE1D13;
}
.BgClassName
{
background-color: #FE1D13;
}
</style>
border-color css
<style>
span { border-color: #FE1D13; }
span { border-color: rgb(254,29,19); }
td.TdClassName
{
border-color: #FE1D13;
}
.TagClassName
{
border-color: #FE1D13;
}
</style>