Shades of Scarlet #FE3011
Tints of Scarlet #FE3011
RGB
CMYK
RGB Variations
Color information
#FE3011 (or 0xFE3011) is known color: Scarlet. HEX triplet: FE, 30 and 11. RGB value is (254,48,17). Sum of RGB (Red+Green+Blue) = 254+48+17=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3011 is #01CFEE. Grayscale: #6A6A6A. Windows color (decimal): -118767 or 1126654. OLE color: 1126654.
HSL color Cylindrical-coordinate representation of color #FE3011: hue angle of 7.85º 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 #FE3011 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 17 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.00 |
| HSL | 7.85º | 0.99% | 0.53% | - |
| HSV(B) | 7.85º | 0.93% | 1% | - |
| XYZ | 42.03 | 23.23 | 2.8 | - |
| YUV | 106.06 | 77.75 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 17 | 0 | 0.81 | 0.93 | 0.00 | 7.85 | 0.99 | 0.53 |
| Hex | FE | 30 | 11 | 0 | 51 | 5D | 0 | 8 | 63 | 35 |
| Octal | 376 | 60 | 21 | 0 | 121 | 135 | 0 | 10 | 143 | 65 |
| Binary | 11111110 | 110000 | 10001 | 0 | 1010001 | 1011101 | 0 | 1000 | 1100011 | 110101 |
Color Harmonies of #FE3011
Complementary color
Monochromatic Colors of #FE3011
Black with #FE3011
Text Example
Text Example
White with #FE3011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3011; }
p { color: rgb(254,48,17); }
H1.HeaderClassName
{
color: #FE3011;
}
.AnyTagClassName
{
color: #FE3011;
}
</style>
background-color css
<style>
a { background-color: #FE3011; }
a { background-color: rgb(254,48,17); }
div.DivClassName
{
background-color: #FE3011;
}
.BgClassName
{
background-color: #FE3011;
}
</style>
border-color css
<style>
span { border-color: #FE3011; }
span { border-color: rgb(254,48,17); }
td.TdClassName
{
border-color: #FE3011;
}
.TagClassName
{
border-color: #FE3011;
}
</style>