Shades of Scarlet #FE3412
Tints of Scarlet #FE3412
RGB
CMYK
RGB Variations
Color information
#FE3412 (or 0xFE3412) is known color: Scarlet. HEX triplet: FE, 34 and 12. RGB value is (254,52,18). Sum of RGB (Red+Green+Blue) = 254+52+18=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3412 is #01CBED. Grayscale: #6C6C6C. Windows color (decimal): -117742 or 1193214. OLE color: 1193214.
HSL color Cylindrical-coordinate representation of color #FE3412: hue angle of 8.64º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE3412 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 18 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.00 |
| HSL | 8.64º | 0.99% | 0.53% | - |
| HSV(B) | 8.64º | 0.93% | 1% | - |
| XYZ | 42.21 | 23.57 | 2.9 | - |
| YUV | 108.52 | 76.92 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 18 | 0 | 0.80 | 0.93 | 0.00 | 8.64 | 0.99 | 0.53 |
| Hex | FE | 34 | 12 | 0 | 50 | 5D | 0 | 9 | 63 | 35 |
| Octal | 376 | 64 | 22 | 0 | 120 | 135 | 0 | 11 | 143 | 65 |
| Binary | 11111110 | 110100 | 10010 | 0 | 1010000 | 1011101 | 0 | 1001 | 1100011 | 110101 |
Color Harmonies of #FE3412
Complementary color
Monochromatic Colors of #FE3412
Black with #FE3412
Text Example
Text Example
White with #FE3412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3412; }
p { color: rgb(254,52,18); }
H1.HeaderClassName
{
color: #FE3412;
}
.AnyTagClassName
{
color: #FE3412;
}
</style>
background-color css
<style>
a { background-color: #FE3412; }
a { background-color: rgb(254,52,18); }
div.DivClassName
{
background-color: #FE3412;
}
.BgClassName
{
background-color: #FE3412;
}
</style>
border-color css
<style>
span { border-color: #FE3412; }
span { border-color: rgb(254,52,18); }
td.TdClassName
{
border-color: #FE3412;
}
.TagClassName
{
border-color: #FE3412;
}
</style>