#FE1A09

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

Shades of Scarlet #FE1A09

Tints of Scarlet #FE1A09

Color information

#FE1A09 (or 0xFE1A09) is unknown color: approx Scarlet. HEX triplet: FE, 1A and 09. RGB value is (254,26,9). Sum of RGB (Red+Green+Blue) = 254+26+9=289 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.89% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1A09 is #01E5F6. Grayscale: #5C5C5C. Windows color (decimal): -124407 or 596734. OLE color: 596734.

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

Color convert

RGB254269-
CMYK00.900.960.00
HSL4.16º99.19%51.57%-
HSV(B)4.16º96.46%99.61%-
XYZ41.2921.832.3-
YUV92.2381.04243.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 87.89%
GREEN value IS 26 (10.55% from 255) = 9.00%
BLUE value IS 9 (3.91% from 255) = 3.11%
R=87.89%
G=9.00%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.96
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25426900.900.960.004.1699.1951.57
HexFE1A905A60046334
Octal376321101321400414364
Binary1111111011010100101011010110000001001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1A09; }

 p { color: rgb(254,26,9); }

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

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

 a { background-color: rgb(254,26,9); }

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

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

 span { border-color: rgb(254,26,9); }

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