Shades of Scarlet #FE340D
Tints of Scarlet #FE340D
RGB
CMYK
RGB Variations
Color information
#FE340D (or 0xFE340D) is known color: Scarlet. HEX triplet: FE, 34 and 0D. RGB value is (254,52,13). Sum of RGB (Red+Green+Blue) = 254+52+13=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE340D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE340D is #01CBF2. Grayscale: #6C6C6C. Windows color (decimal): -117747 or 865534. OLE color: 865534.
HSL color Cylindrical-coordinate representation of color #FE340D: hue angle of 9.71º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE340D is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 13 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.00 |
| HSL | 9.71º | 0.99% | 0.52% | - |
| HSV(B) | 9.71º | 0.95% | 1% | - |
| XYZ | 42.17 | 23.56 | 2.7 | - |
| YUV | 107.95 | 74.42 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 13 | 0 | 0.80 | 0.95 | 0.00 | 9.71 | 0.99 | 0.52 |
| Hex | FE | 34 | D | 0 | 50 | 5F | 0 | A | 63 | 34 |
| Octal | 376 | 64 | 15 | 0 | 120 | 137 | 0 | 12 | 143 | 64 |
| Binary | 11111110 | 110100 | 1101 | 0 | 1010000 | 1011111 | 0 | 1010 | 1100011 | 110100 |
Color Harmonies of #FE340D
Complementary color
Monochromatic Colors of #FE340D
Black with #FE340D
Text Example
Text Example
White with #FE340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE340D; }
p { color: rgb(254,52,13); }
H1.HeaderClassName
{
color: #FE340D;
}
.AnyTagClassName
{
color: #FE340D;
}
</style>
background-color css
<style>
a { background-color: #FE340D; }
a { background-color: rgb(254,52,13); }
div.DivClassName
{
background-color: #FE340D;
}
.BgClassName
{
background-color: #FE340D;
}
</style>
border-color css
<style>
span { border-color: #FE340D; }
span { border-color: rgb(254,52,13); }
td.TdClassName
{
border-color: #FE340D;
}
.TagClassName
{
border-color: #FE340D;
}
</style>