Shades of Scarlet #FE3417
Tints of Scarlet #FE3417
RGB
CMYK
RGB Variations
Color information
#FE3417 (or 0xFE3417) is known color: Scarlet. HEX triplet: FE, 34 and 17. RGB value is (254,52,23). Sum of RGB (Red+Green+Blue) = 254+52+23=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3417 is #01CBE8. Grayscale: #6D6D6D. Windows color (decimal): -117737 or 1520894. OLE color: 1520894.
HSL color Cylindrical-coordinate representation of color #FE3417: hue angle of 7.53º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE3417 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 23 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.00 |
| HSL | 7.53º | 0.99% | 0.54% | - |
| HSV(B) | 7.53º | 0.91% | 1% | - |
| XYZ | 42.26 | 23.59 | 3.14 | - |
| YUV | 109.09 | 79.42 | 231.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 23 | 0 | 0.80 | 0.91 | 0.00 | 7.53 | 0.99 | 0.54 |
| Hex | FE | 34 | 17 | 0 | 50 | 5B | 0 | 8 | 63 | 36 |
| Octal | 376 | 64 | 27 | 0 | 120 | 133 | 0 | 10 | 143 | 66 |
| Binary | 11111110 | 110100 | 10111 | 0 | 1010000 | 1011011 | 0 | 1000 | 1100011 | 110110 |
Color Harmonies of #FE3417
Complementary color
Monochromatic Colors of #FE3417
Black with #FE3417
Text Example
Text Example
White with #FE3417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3417; }
p { color: rgb(254,52,23); }
H1.HeaderClassName
{
color: #FE3417;
}
.AnyTagClassName
{
color: #FE3417;
}
</style>
background-color css
<style>
a { background-color: #FE3417; }
a { background-color: rgb(254,52,23); }
div.DivClassName
{
background-color: #FE3417;
}
.BgClassName
{
background-color: #FE3417;
}
</style>
border-color css
<style>
span { border-color: #FE3417; }
span { border-color: rgb(254,52,23); }
td.TdClassName
{
border-color: #FE3417;
}
.TagClassName
{
border-color: #FE3417;
}
</style>