#fe180e

Color #FE180E Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #FE180E

Tints of Scarlet #FE180E

Color information

#FE180E (or 0xFE180E) is unknown color: approx Scarlet. HEX triplet: FE, 18 and 0E. RGB value is (254,24,14). Sum of RGB (Red+Green+Blue) = 254+24+14=292 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.99% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 254 - color contains mainly: red. Hex color #FE180E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE180E is #01E7F1. Grayscale: #5B5B5B. Windows color (decimal): -124914 or 923902. OLE color: 923902.

HSL color Cylindrical-coordinate representation of color #FE180E: hue angle of 2.5º 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 #FE180E is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB2542414-
CMYK00.910.940.00
HSL2.5º99.17%52.55%-
HSV(B)2.5º94.49%99.61%-
XYZ41.2821.762.44-
YUV91.6384.2243.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 86.99%
GREEN value IS 24 (9.77% from 255) = 8.22%
BLUE value IS 14 (5.86% from 255) = 4.79%
R=86.99%
G=8.22%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254241400.910.940.002.599.1752.55
HexFE18E05B5E026335
Octal376301601331360214365
Binary111111101100011100101101110111100101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe180e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe180e; }

 p { color: rgb(254,24,14); }

 H1.HeaderClassName
 {
   color: #fe180e;
 }
 .AnyTagClassName
 {
   color: #fe180e;
 }
</style>
background-color css

<style>
 a { background-color: #fe180e; }

 a { background-color: rgb(254,24,14); }

 div.DivClassName
 {
   background-color: #fe180e;
 }
 .BgClassName
 {
   background-color: #fe180e;
 }
</style>
border-color css

<style>
 span { border-color: #fe180e; }

 span { border-color: rgb(254,24,14); }

 td.TdClassName
 {
   border-color: #fe180e;
 }
 .TagClassName
 {
   border-color: #fe180e;
 }
</style>