Shades of Scarlet #FE310F
Tints of Scarlet #FE310F
RGB
CMYK
RGB Variations
Color information
#FE310F (or 0xFE310F) is known color: Scarlet. HEX triplet: FE, 31 and 0F. RGB value is (254,49,15). Sum of RGB (Red+Green+Blue) = 254+49+15=318 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.87% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 254 - color contains mainly: red. Hex color #FE310F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE310F is #01CEF0. Grayscale: #6A6A6A. Windows color (decimal): -118513 or 995838. OLE color: 995838.
HSL color Cylindrical-coordinate representation of color #FE310F: hue angle of 8.54º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE310F is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 15 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.00 |
| HSL | 8.54º | 0.99% | 0.53% | - |
| HSV(B) | 8.54º | 0.94% | 1% | - |
| XYZ | 42.06 | 23.3 | 2.73 | - |
| YUV | 106.42 | 76.42 | 233.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 15 | 0 | 0.81 | 0.94 | 0.00 | 8.54 | 0.99 | 0.53 |
| Hex | FE | 31 | F | 0 | 51 | 5E | 0 | 9 | 63 | 35 |
| Octal | 376 | 61 | 17 | 0 | 121 | 136 | 0 | 11 | 143 | 65 |
| Binary | 11111110 | 110001 | 1111 | 0 | 1010001 | 1011110 | 0 | 1001 | 1100011 | 110101 |
Color Harmonies of #FE310F
Complementary color
Monochromatic Colors of #FE310F
Black with #FE310F
Text Example
Text Example
White with #FE310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE310F; }
p { color: rgb(254,49,15); }
H1.HeaderClassName
{
color: #FE310F;
}
.AnyTagClassName
{
color: #FE310F;
}
</style>
background-color css
<style>
a { background-color: #FE310F; }
a { background-color: rgb(254,49,15); }
div.DivClassName
{
background-color: #FE310F;
}
.BgClassName
{
background-color: #FE310F;
}
</style>
border-color css
<style>
span { border-color: #FE310F; }
span { border-color: rgb(254,49,15); }
td.TdClassName
{
border-color: #FE310F;
}
.TagClassName
{
border-color: #FE310F;
}
</style>