#FE3117

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

Shades of Scarlet #FE3117

Tints of Scarlet #FE3117

Color information

#FE3117 (or 0xFE3117) is unknown color: approx Scarlet. HEX triplet: FE, 31 and 17. RGB value is (254,49,23). Sum of RGB (Red+Green+Blue) = 254+49+23=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3117 is #01CEE8. Grayscale: #6B6B6B. Windows color (decimal): -118505 or 1520126. OLE color: 1520126.

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

Color convert

RGB2544923-
CMYK00.810.910.00
HSL6.75º99.14%54.31%-
HSV(B)6.75º90.94%99.61%-
XYZ42.1323.333.09-
YUV107.3380.42232.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 77.91%
GREEN value IS 49 (19.53% from 255) = 15.03%
BLUE value IS 23 (9.38% from 255) = 7.06%
R=77.91%
G=15.03%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254492300.810.910.006.7599.1454.31
HexFE31170515B076336
Octal376612701211330714366
Binary111111101100011011101010001101101101111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3117; }

 p { color: rgb(254,49,23); }

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

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

 a { background-color: rgb(254,49,23); }

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

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

 span { border-color: rgb(254,49,23); }

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