Shades of Scarlet #FE2012
Tints of Scarlet #FE2012
RGB
CMYK
RGB Variations
Color information
#FE2012 (or 0xFE2012) is known color: Scarlet. HEX triplet: FE, 20 and 12. RGB value is (254,32,18). Sum of RGB (Red+Green+Blue) = 254+32+18=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2012 is #01DFED. Grayscale: #616161. Windows color (decimal): -122862 or 1188094. OLE color: 1188094.
HSL color Cylindrical-coordinate representation of color #FE2012: hue angle of 3.56º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE2012 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 18 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.00 |
| HSL | 3.56º | 0.99% | 0.53% | - |
| HSV(B) | 3.56º | 0.93% | 1% | - |
| XYZ | 41.5 | 22.15 | 2.66 | - |
| YUV | 96.78 | 83.55 | 240.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 18 | 0 | 0.87 | 0.93 | 0.00 | 3.56 | 0.99 | 0.53 |
| Hex | FE | 20 | 12 | 0 | 57 | 5D | 0 | 4 | 63 | 35 |
| Octal | 376 | 40 | 22 | 0 | 127 | 135 | 0 | 4 | 143 | 65 |
| Binary | 11111110 | 100000 | 10010 | 0 | 1010111 | 1011101 | 0 | 100 | 1100011 | 110101 |
Color Harmonies of #FE2012
Complementary color
Monochromatic Colors of #FE2012
Black with #FE2012
Text Example
Text Example
White with #FE2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2012; }
p { color: rgb(254,32,18); }
H1.HeaderClassName
{
color: #FE2012;
}
.AnyTagClassName
{
color: #FE2012;
}
</style>
background-color css
<style>
a { background-color: #FE2012; }
a { background-color: rgb(254,32,18); }
div.DivClassName
{
background-color: #FE2012;
}
.BgClassName
{
background-color: #FE2012;
}
</style>
border-color css
<style>
span { border-color: #FE2012; }
span { border-color: rgb(254,32,18); }
td.TdClassName
{
border-color: #FE2012;
}
.TagClassName
{
border-color: #FE2012;
}
</style>