#FE2E11

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

Shades of Scarlet #FE2E11

Tints of Scarlet #FE2E11

Color information

#FE2E11 (or 0xFE2E11) is unknown color: approx Scarlet. HEX triplet: FE, 2E and 11. RGB value is (254,46,17). Sum of RGB (Red+Green+Blue) = 254+46+17=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2E11 is #01D1EE. Grayscale: #696969. Windows color (decimal): -119279 or 1126142. OLE color: 1126142.

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

Color convert

RGB2544617-
CMYK00.820.930.00
HSL7.34º99.16%53.14%-
HSV(B)7.34º93.31%99.61%-
XYZ41.9523.072.77-
YUV104.8978.41234.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 80.13%
GREEN value IS 46 (18.36% from 255) = 14.51%
BLUE value IS 17 (7.03% from 255) = 5.36%
R=80.13%
G=14.51%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254461700.820.930.007.3499.1653.14
HexFE2E110525D076335
Octal376562101221350714365
Binary111111101011101000101010010101110101111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2E11; }

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

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

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

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

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

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

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

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