Shades of Scarlet #FE3617
Tints of Scarlet #FE3617
RGB
CMYK
RGB Variations
Color information
#FE3617 (or 0xFE3617) is known color: Scarlet. HEX triplet: FE, 36 and 17. RGB value is (254,54,23). Sum of RGB (Red+Green+Blue) = 254+54+23=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3617 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3617 is #01C9E8. Grayscale: #6E6E6E. Windows color (decimal): -117225 or 1521406. OLE color: 1521406.
HSL color Cylindrical-coordinate representation of color #FE3617: hue angle of 8.05º 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 #FE3617 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 23 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.00 |
| HSL | 8.05º | 0.99% | 0.54% | - |
| HSV(B) | 8.05º | 0.91% | 1% | - |
| XYZ | 42.35 | 23.77 | 3.17 | - |
| YUV | 110.27 | 78.76 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 23 | 0 | 0.79 | 0.91 | 0.00 | 8.05 | 0.99 | 0.54 |
| Hex | FE | 36 | 17 | 0 | 4F | 5B | 0 | 8 | 63 | 36 |
| Octal | 376 | 66 | 27 | 0 | 117 | 133 | 0 | 10 | 143 | 66 |
| Binary | 11111110 | 110110 | 10111 | 0 | 1001111 | 1011011 | 0 | 1000 | 1100011 | 110110 |
Color Harmonies of #FE3617
Complementary color
Monochromatic Colors of #FE3617
Black with #FE3617
Text Example
Text Example
White with #FE3617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3617; }
p { color: rgb(254,54,23); }
H1.HeaderClassName
{
color: #FE3617;
}
.AnyTagClassName
{
color: #FE3617;
}
</style>
background-color css
<style>
a { background-color: #FE3617; }
a { background-color: rgb(254,54,23); }
div.DivClassName
{
background-color: #FE3617;
}
.BgClassName
{
background-color: #FE3617;
}
</style>
border-color css
<style>
span { border-color: #FE3617; }
span { border-color: rgb(254,54,23); }
td.TdClassName
{
border-color: #FE3617;
}
.TagClassName
{
border-color: #FE3617;
}
</style>