Shades of Scarlet #FE140C
Tints of Scarlet #FE140C
RGB
CMYK
RGB Variations
Color information
#FE140C (or 0xFE140C) is known color: Scarlet. HEX triplet: FE, 14 and 0C. RGB value is (254,20,12). Sum of RGB (Red+Green+Blue) = 254+20+12=286 (37% of max value = 765). Red value is 254 (99.61% from 255 or 88.81% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 254 - color contains mainly: red. Hex color #FE140C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE140C is #01EBF3. Grayscale: #595959. Windows color (decimal): -125940 or 791806. OLE color: 791806.
HSL color Cylindrical-coordinate representation of color #FE140C: hue angle of 1.98º 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 #FE140C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.00 |
| HSL | 1.98º | 0.99% | 0.52% | - |
| HSV(B) | 1.98º | 0.95% | 1% | - |
| XYZ | 41.19 | 21.6 | 2.35 | - |
| YUV | 89.05 | 84.52 | 245.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 12 | 0 | 0.92 | 0.95 | 0.00 | 1.98 | 0.99 | 0.52 |
| Hex | FE | 14 | C | 0 | 5C | 5F | 0 | 2 | 63 | 34 |
| Octal | 376 | 24 | 14 | 0 | 134 | 137 | 0 | 2 | 143 | 64 |
| Binary | 11111110 | 10100 | 1100 | 0 | 1011100 | 1011111 | 0 | 10 | 1100011 | 110100 |
Color Harmonies of #FE140C
Complementary color
Monochromatic Colors of #FE140C
Black with #FE140C
Text Example
Text Example
White with #FE140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE140C; }
p { color: rgb(254,20,12); }
H1.HeaderClassName
{
color: #FE140C;
}
.AnyTagClassName
{
color: #FE140C;
}
</style>
background-color css
<style>
a { background-color: #FE140C; }
a { background-color: rgb(254,20,12); }
div.DivClassName
{
background-color: #FE140C;
}
.BgClassName
{
background-color: #FE140C;
}
</style>
border-color css
<style>
span { border-color: #FE140C; }
span { border-color: rgb(254,20,12); }
td.TdClassName
{
border-color: #FE140C;
}
.TagClassName
{
border-color: #FE140C;
}
</style>