Shades of Scarlet #FE1D15
Tints of Scarlet #FE1D15
RGB
CMYK
RGB Variations
Color information
#FE1D15 (or 0xFE1D15) is known color: Scarlet. HEX triplet: FE, 1D and 15. RGB value is (254,29,21). Sum of RGB (Red+Green+Blue) = 254+29+21=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1D15 is #01E2EA. Grayscale: #5F5F5F. Windows color (decimal): -123627 or 1383934. OLE color: 1383934.
HSL color Cylindrical-coordinate representation of color #FE1D15: hue angle of 2.06º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE1D15 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 29 | 21 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.00 |
| HSL | 2.06º | 0.99% | 0.54% | - |
| HSV(B) | 2.06º | 0.92% | 1% | - |
| XYZ | 41.45 | 22 | 2.77 | - |
| YUV | 95.36 | 86.04 | 241.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 29 | 21 | 0 | 0.89 | 0.92 | 0.00 | 2.06 | 0.99 | 0.54 |
| Hex | FE | 1D | 15 | 0 | 59 | 5C | 0 | 2 | 63 | 36 |
| Octal | 376 | 35 | 25 | 0 | 131 | 134 | 0 | 2 | 143 | 66 |
| Binary | 11111110 | 11101 | 10101 | 0 | 1011001 | 1011100 | 0 | 10 | 1100011 | 110110 |
Color Harmonies of #FE1D15
Complementary color
Monochromatic Colors of #FE1D15
Black with #FE1D15
Text Example
Text Example
White with #FE1D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1D15; }
p { color: rgb(254,29,21); }
H1.HeaderClassName
{
color: #FE1D15;
}
.AnyTagClassName
{
color: #FE1D15;
}
</style>
background-color css
<style>
a { background-color: #FE1D15; }
a { background-color: rgb(254,29,21); }
div.DivClassName
{
background-color: #FE1D15;
}
.BgClassName
{
background-color: #FE1D15;
}
</style>
border-color css
<style>
span { border-color: #FE1D15; }
span { border-color: rgb(254,29,21); }
td.TdClassName
{
border-color: #FE1D15;
}
.TagClassName
{
border-color: #FE1D15;
}
</style>