#fe1c06

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

Shades of Scarlet #FE1C06

Tints of Scarlet #FE1C06

Color information

#FE1C06 (or 0xFE1C06) is unknown color: approx Scarlet. HEX triplet: FE, 1C and 06. RGB value is (254,28,6). Sum of RGB (Red+Green+Blue) = 254+28+6=288 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.19% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1C06 is #01E3F9. Grayscale: #5D5D5D. Windows color (decimal): -123898 or 400638. OLE color: 400638.

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

Color convert

RGB254286-
CMYK00.890.980.00
HSL5.32º99.2%50.98%-
HSV(B)5.32º97.64%99.61%-
XYZ41.3221.912.22-
YUV93.0778.87242.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 88.19%
GREEN value IS 28 (11.33% from 255) = 9.72%
BLUE value IS 6 (2.73% from 255) = 2.08%
R=88.19%
G=9.72%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25428600.890.980.005.3299.250.98
HexFE1C605962056333
Octal37634601311420514363
Binary111111101110011001011001110001001011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe1c06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe1c06; }

 p { color: rgb(254,28,6); }

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

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

 a { background-color: rgb(254,28,6); }

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

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

 span { border-color: rgb(254,28,6); }

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