Shades of Scarlet #FE2E15
Tints of Scarlet #FE2E15
RGB
CMYK
RGB Variations
Color information
#FE2E15 (or 0xFE2E15) is known color: Scarlet. HEX triplet: FE, 2E and 15. RGB value is (254,46,21). Sum of RGB (Red+Green+Blue) = 254+46+21=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2E15 is #01D1EA. Grayscale: #696969. Windows color (decimal): -119275 or 1388286. OLE color: 1388286.
HSL color Cylindrical-coordinate representation of color #FE2E15: hue angle of 6.44º 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 #FE2E15 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 21 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.00 |
| HSL | 6.44º | 0.99% | 0.54% | - |
| HSV(B) | 6.44º | 0.92% | 1% | - |
| XYZ | 41.99 | 23.08 | 2.95 | - |
| YUV | 105.34 | 80.41 | 234.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 21 | 0 | 0.82 | 0.92 | 0.00 | 6.44 | 0.99 | 0.54 |
| Hex | FE | 2E | 15 | 0 | 52 | 5C | 0 | 6 | 63 | 36 |
| Octal | 376 | 56 | 25 | 0 | 122 | 134 | 0 | 6 | 143 | 66 |
| Binary | 11111110 | 101110 | 10101 | 0 | 1010010 | 1011100 | 0 | 110 | 1100011 | 110110 |
Color Harmonies of #FE2E15
Complementary color
Monochromatic Colors of #FE2E15
Black with #FE2E15
Text Example
Text Example
White with #FE2E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2E15; }
p { color: rgb(254,46,21); }
H1.HeaderClassName
{
color: #FE2E15;
}
.AnyTagClassName
{
color: #FE2E15;
}
</style>
background-color css
<style>
a { background-color: #FE2E15; }
a { background-color: rgb(254,46,21); }
div.DivClassName
{
background-color: #FE2E15;
}
.BgClassName
{
background-color: #FE2E15;
}
</style>
border-color css
<style>
span { border-color: #FE2E15; }
span { border-color: rgb(254,46,21); }
td.TdClassName
{
border-color: #FE2E15;
}
.TagClassName
{
border-color: #FE2E15;
}
</style>