Shades of Scarlet #FE340E
Tints of Scarlet #FE340E
RGB
CMYK
RGB Variations
Color information
#FE340E (or 0xFE340E) is known color: Scarlet. HEX triplet: FE, 34 and 0E. RGB value is (254,52,14). Sum of RGB (Red+Green+Blue) = 254+52+14=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE340E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE340E is #01CBF1. Grayscale: #6C6C6C. Windows color (decimal): -117746 or 931070. OLE color: 931070.
HSL color Cylindrical-coordinate representation of color #FE340E: hue angle of 9.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE340E is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 14 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.00 |
| HSL | 9.5º | 0.99% | 0.53% | - |
| HSV(B) | 9.5º | 0.94% | 1% | - |
| XYZ | 42.18 | 23.56 | 2.74 | - |
| YUV | 108.07 | 74.92 | 232.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 14 | 0 | 0.80 | 0.94 | 0.00 | 9.5 | 0.99 | 0.53 |
| Hex | FE | 34 | E | 0 | 50 | 5E | 0 | A | 63 | 35 |
| Octal | 376 | 64 | 16 | 0 | 120 | 136 | 0 | 12 | 143 | 65 |
| Binary | 11111110 | 110100 | 1110 | 0 | 1010000 | 1011110 | 0 | 1010 | 1100011 | 110101 |
Color Harmonies of #FE340E
Complementary color
Monochromatic Colors of #FE340E
Black with #FE340E
Text Example
Text Example
White with #FE340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE340E; }
p { color: rgb(254,52,14); }
H1.HeaderClassName
{
color: #FE340E;
}
.AnyTagClassName
{
color: #FE340E;
}
</style>
background-color css
<style>
a { background-color: #FE340E; }
a { background-color: rgb(254,52,14); }
div.DivClassName
{
background-color: #FE340E;
}
.BgClassName
{
background-color: #FE340E;
}
</style>
border-color css
<style>
span { border-color: #FE340E; }
span { border-color: rgb(254,52,14); }
td.TdClassName
{
border-color: #FE340E;
}
.TagClassName
{
border-color: #FE340E;
}
</style>