#FE3011

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

Shades of Scarlet #FE3011

Tints of Scarlet #FE3011

Color information

#FE3011 (or 0xFE3011) is unknown color: approx Scarlet. HEX triplet: FE, 30 and 11. RGB value is (254,48,17). Sum of RGB (Red+Green+Blue) = 254+48+17=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3011 is #01CFEE. Grayscale: #6A6A6A. Windows color (decimal): -118767 or 1126654. OLE color: 1126654.

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

Color convert

RGB2544817-
CMYK00.810.930.00
HSL7.85º99.16%53.14%-
HSV(B)7.85º93.31%99.61%-
XYZ42.0323.232.8-
YUV106.0677.75233.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 79.62%
GREEN value IS 48 (19.14% from 255) = 15.05%
BLUE value IS 17 (7.03% from 255) = 5.33%
R=79.62%
G=15.05%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254481700.810.930.007.8599.1653.14
HexFE30110515D086335
Octal3766021012113501014365
Binary1111111011000010001010100011011101010001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3011; }

 p { color: rgb(254,48,17); }

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

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

 a { background-color: rgb(254,48,17); }

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

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

 span { border-color: rgb(254,48,17); }

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