Shades of Scarlet #FE3118
Tints of Scarlet #FE3118
RGB
CMYK
RGB Variations
Color information
#FE3118 (or 0xFE3118) is known color: Scarlet. HEX triplet: FE, 31 and 18. RGB value is (254,49,24). Sum of RGB (Red+Green+Blue) = 254+49+24=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3118 is #01CEE7. Grayscale: #6B6B6B. Windows color (decimal): -118504 or 1585662. OLE color: 1585662.
HSL color Cylindrical-coordinate representation of color #FE3118: hue angle of 6.52º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE3118 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 24 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.00 |
| HSL | 6.52º | 0.99% | 0.55% | - |
| HSV(B) | 6.52º | 0.91% | 1% | - |
| XYZ | 42.14 | 23.33 | 3.15 | - |
| YUV | 107.45 | 80.92 | 232.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 24 | 0 | 0.81 | 0.91 | 0.00 | 6.52 | 0.99 | 0.55 |
| Hex | FE | 31 | 18 | 0 | 51 | 5B | 0 | 7 | 63 | 37 |
| Octal | 376 | 61 | 30 | 0 | 121 | 133 | 0 | 7 | 143 | 67 |
| Binary | 11111110 | 110001 | 11000 | 0 | 1010001 | 1011011 | 0 | 111 | 1100011 | 110111 |
Color Harmonies of #FE3118
Complementary color
Monochromatic Colors of #FE3118
Black with #FE3118
Text Example
Text Example
White with #FE3118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3118; }
p { color: rgb(254,49,24); }
H1.HeaderClassName
{
color: #FE3118;
}
.AnyTagClassName
{
color: #FE3118;
}
</style>
background-color css
<style>
a { background-color: #FE3118; }
a { background-color: rgb(254,49,24); }
div.DivClassName
{
background-color: #FE3118;
}
.BgClassName
{
background-color: #FE3118;
}
</style>
border-color css
<style>
span { border-color: #FE3118; }
span { border-color: rgb(254,49,24); }
td.TdClassName
{
border-color: #FE3118;
}
.TagClassName
{
border-color: #FE3118;
}
</style>