Shades of Scarlet #FE3217
Tints of Scarlet #FE3217
RGB
CMYK
RGB Variations
Color information
#FE3217 (or 0xFE3217) is known color: Scarlet. HEX triplet: FE, 32 and 17. RGB value is (254,50,23). Sum of RGB (Red+Green+Blue) = 254+50+23=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3217 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3217 is #01CDE8. Grayscale: #6C6C6C. Windows color (decimal): -118249 or 1520382. OLE color: 1520382.
HSL color Cylindrical-coordinate representation of color #FE3217: hue angle of 7.01º 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 #FE3217 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 23 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.00 |
| HSL | 7.01º | 0.99% | 0.54% | - |
| HSV(B) | 7.01º | 0.91% | 1% | - |
| XYZ | 42.17 | 23.41 | 3.11 | - |
| YUV | 107.92 | 80.09 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 23 | 0 | 0.80 | 0.91 | 0.00 | 7.01 | 0.99 | 0.54 |
| Hex | FE | 32 | 17 | 0 | 50 | 5B | 0 | 7 | 63 | 36 |
| Octal | 376 | 62 | 27 | 0 | 120 | 133 | 0 | 7 | 143 | 66 |
| Binary | 11111110 | 110010 | 10111 | 0 | 1010000 | 1011011 | 0 | 111 | 1100011 | 110110 |
Color Harmonies of #FE3217
Complementary color
Monochromatic Colors of #FE3217
Black with #FE3217
Text Example
Text Example
White with #FE3217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3217; }
p { color: rgb(254,50,23); }
H1.HeaderClassName
{
color: #FE3217;
}
.AnyTagClassName
{
color: #FE3217;
}
</style>
background-color css
<style>
a { background-color: #FE3217; }
a { background-color: rgb(254,50,23); }
div.DivClassName
{
background-color: #FE3217;
}
.BgClassName
{
background-color: #FE3217;
}
</style>
border-color css
<style>
span { border-color: #FE3217; }
span { border-color: rgb(254,50,23); }
td.TdClassName
{
border-color: #FE3217;
}
.TagClassName
{
border-color: #FE3217;
}
</style>