Shades of Scarlet #FE2A13
Tints of Scarlet #FE2A13
RGB
CMYK
RGB Variations
Color information
#FE2A13 (or 0xFE2A13) is known color: Scarlet. HEX triplet: FE, 2A and 13. RGB value is (254,42,19). Sum of RGB (Red+Green+Blue) = 254+42+19=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2A13 is #01D5EC. Grayscale: #676767. Windows color (decimal): -120301 or 1256190. OLE color: 1256190.
HSL color Cylindrical-coordinate representation of color #FE2A13: hue angle of 5.87º 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 #FE2A13 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 19 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.00 |
| HSL | 5.87º | 0.99% | 0.54% | - |
| HSV(B) | 5.87º | 0.93% | 1% | - |
| XYZ | 41.82 | 22.77 | 2.81 | - |
| YUV | 102.77 | 80.74 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 19 | 0 | 0.83 | 0.93 | 0.00 | 5.87 | 0.99 | 0.54 |
| Hex | FE | 2A | 13 | 0 | 53 | 5D | 0 | 6 | 63 | 36 |
| Octal | 376 | 52 | 23 | 0 | 123 | 135 | 0 | 6 | 143 | 66 |
| Binary | 11111110 | 101010 | 10011 | 0 | 1010011 | 1011101 | 0 | 110 | 1100011 | 110110 |
Color Harmonies of #FE2A13
Complementary color
Monochromatic Colors of #FE2A13
Black with #FE2A13
Text Example
Text Example
White with #FE2A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A13; }
p { color: rgb(254,42,19); }
H1.HeaderClassName
{
color: #FE2A13;
}
.AnyTagClassName
{
color: #FE2A13;
}
</style>
background-color css
<style>
a { background-color: #FE2A13; }
a { background-color: rgb(254,42,19); }
div.DivClassName
{
background-color: #FE2A13;
}
.BgClassName
{
background-color: #FE2A13;
}
</style>
border-color css
<style>
span { border-color: #FE2A13; }
span { border-color: rgb(254,42,19); }
td.TdClassName
{
border-color: #FE2A13;
}
.TagClassName
{
border-color: #FE2A13;
}
</style>