Shades of Scarlet #FE310C
Tints of Scarlet #FE310C
RGB
CMYK
RGB Variations
Color information
#FE310C (or 0xFE310C) is known color: Scarlet. HEX triplet: FE, 31 and 0C. RGB value is (254,49,12). Sum of RGB (Red+Green+Blue) = 254+49+12=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE310C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE310C is #01CEF3. Grayscale: #6A6A6A. Windows color (decimal): -118516 or 799230. OLE color: 799230.
HSL color Cylindrical-coordinate representation of color #FE310C: hue angle of 9.17º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE310C is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 12 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.00 |
| HSL | 9.17º | 0.99% | 0.52% | - |
| HSV(B) | 9.17º | 0.95% | 1% | - |
| XYZ | 42.04 | 23.29 | 2.63 | - |
| YUV | 106.08 | 74.92 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 12 | 0 | 0.81 | 0.95 | 0.00 | 9.17 | 0.99 | 0.52 |
| Hex | FE | 31 | C | 0 | 51 | 5F | 0 | 9 | 63 | 34 |
| Octal | 376 | 61 | 14 | 0 | 121 | 137 | 0 | 11 | 143 | 64 |
| Binary | 11111110 | 110001 | 1100 | 0 | 1010001 | 1011111 | 0 | 1001 | 1100011 | 110100 |
Color Harmonies of #FE310C
Complementary color
Monochromatic Colors of #FE310C
Black with #FE310C
Text Example
Text Example
White with #FE310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE310C; }
p { color: rgb(254,49,12); }
H1.HeaderClassName
{
color: #FE310C;
}
.AnyTagClassName
{
color: #FE310C;
}
</style>
background-color css
<style>
a { background-color: #FE310C; }
a { background-color: rgb(254,49,12); }
div.DivClassName
{
background-color: #FE310C;
}
.BgClassName
{
background-color: #FE310C;
}
</style>
border-color css
<style>
span { border-color: #FE310C; }
span { border-color: rgb(254,49,12); }
td.TdClassName
{
border-color: #FE310C;
}
.TagClassName
{
border-color: #FE310C;
}
</style>