Shades of Scarlet #FE340A
Tints of Scarlet #FE340A
RGB
CMYK
RGB Variations
Color information
#FE340A (or 0xFE340A) is known color: Scarlet. HEX triplet: FE, 34 and 0A. RGB value is (254,52,10). Sum of RGB (Red+Green+Blue) = 254+52+10=316 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.38% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 254 - color contains mainly: red. Hex color #FE340A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE340A is #01CBF5. Grayscale: #6B6B6B. Windows color (decimal): -117750 or 668926. OLE color: 668926.
HSL color Cylindrical-coordinate representation of color #FE340A: hue angle of 10.33º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE340A is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 10 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.00 |
| HSL | 10.33º | 0.99% | 0.52% | - |
| HSV(B) | 10.33º | 0.96% | 1% | - |
| XYZ | 42.16 | 23.55 | 2.61 | - |
| YUV | 107.61 | 72.92 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 10 | 0 | 0.80 | 0.96 | 0.00 | 10.33 | 0.99 | 0.52 |
| Hex | FE | 34 | A | 0 | 50 | 60 | 0 | A | 63 | 34 |
| Octal | 376 | 64 | 12 | 0 | 120 | 140 | 0 | 12 | 143 | 64 |
| Binary | 11111110 | 110100 | 1010 | 0 | 1010000 | 1100000 | 0 | 1010 | 1100011 | 110100 |
Color Harmonies of #FE340A
Complementary color
Monochromatic Colors of #FE340A
Black with #FE340A
Text Example
Text Example
White with #FE340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE340A; }
p { color: rgb(254,52,10); }
H1.HeaderClassName
{
color: #FE340A;
}
.AnyTagClassName
{
color: #FE340A;
}
</style>
background-color css
<style>
a { background-color: #FE340A; }
a { background-color: rgb(254,52,10); }
div.DivClassName
{
background-color: #FE340A;
}
.BgClassName
{
background-color: #FE340A;
}
</style>
border-color css
<style>
span { border-color: #FE340A; }
span { border-color: rgb(254,52,10); }
td.TdClassName
{
border-color: #FE340A;
}
.TagClassName
{
border-color: #FE340A;
}
</style>