#FE1808

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

Shades of Scarlet #FE1808

Tints of Scarlet #FE1808

Color information

#FE1808 (or 0xFE1808) is unknown color: approx Scarlet. HEX triplet: FE, 18 and 08. RGB value is (254,24,8). Sum of RGB (Red+Green+Blue) = 254+24+8=286 (37% of max value = 765). Red value is 254 (99.61% from 255 or 88.81% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1808 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1808 is #01E7F7. Grayscale: #5B5B5B. Windows color (decimal): -124920 or 530686. OLE color: 530686.

HSL color Cylindrical-coordinate representation of color #FE1808: hue angle of 3.9º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE1808 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.00.

Color convert

RGB254248-
CMYK00.910.970.00
HSL3.9º99.19%51.37%-
HSV(B)3.9º96.85%99.61%-
XYZ41.2421.742.25-
YUV90.9581.2244.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 88.81%
GREEN value IS 24 (9.77% from 255) = 8.39%
BLUE value IS 8 (3.52% from 255) = 2.80%
R=88.81%
G=8.39%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424800.910.970.003.999.1951.37
HexFE18805B61046333
Octal376301001331410414363
Binary1111111011000100001011011110000101001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1808; }

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

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

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

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

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

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

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

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