Shades of Scarlet #FE2013
Tints of Scarlet #FE2013
RGB
CMYK
RGB Variations
Color information
#FE2013 (or 0xFE2013) is known color: Scarlet. HEX triplet: FE, 20 and 13. RGB value is (254,32,19). Sum of RGB (Red+Green+Blue) = 254+32+19=305 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.28% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2013 is #01DFEC. Grayscale: #616161. Windows color (decimal): -122861 or 1253630. OLE color: 1253630.
HSL color Cylindrical-coordinate representation of color #FE2013: hue angle of 3.32º 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 #FE2013 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 19 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.00 |
| HSL | 3.32º | 0.99% | 0.54% | - |
| HSV(B) | 3.32º | 0.93% | 1% | - |
| XYZ | 41.51 | 22.15 | 2.7 | - |
| YUV | 96.9 | 84.05 | 240.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 19 | 0 | 0.87 | 0.93 | 0.00 | 3.32 | 0.99 | 0.54 |
| Hex | FE | 20 | 13 | 0 | 57 | 5D | 0 | 3 | 63 | 36 |
| Octal | 376 | 40 | 23 | 0 | 127 | 135 | 0 | 3 | 143 | 66 |
| Binary | 11111110 | 100000 | 10011 | 0 | 1010111 | 1011101 | 0 | 11 | 1100011 | 110110 |
Color Harmonies of #FE2013
Complementary color
Monochromatic Colors of #FE2013
Black with #FE2013
Text Example
Text Example
White with #FE2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2013; }
p { color: rgb(254,32,19); }
H1.HeaderClassName
{
color: #FE2013;
}
.AnyTagClassName
{
color: #FE2013;
}
</style>
background-color css
<style>
a { background-color: #FE2013; }
a { background-color: rgb(254,32,19); }
div.DivClassName
{
background-color: #FE2013;
}
.BgClassName
{
background-color: #FE2013;
}
</style>
border-color css
<style>
span { border-color: #FE2013; }
span { border-color: rgb(254,32,19); }
td.TdClassName
{
border-color: #FE2013;
}
.TagClassName
{
border-color: #FE2013;
}
</style>