#FE2F1A

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

Shades of Scarlet #FE2F1A

Tints of Scarlet #FE2F1A

Color information

#FE2F1A (or 0xFE2F1A) is unknown color: approx Scarlet. HEX triplet: FE, 2F and 1A. RGB value is (254,47,26). Sum of RGB (Red+Green+Blue) = 254+47+26=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F1A is #01D0E5. Grayscale: #6A6A6A. Windows color (decimal): -119014 or 1716222. OLE color: 1716222.

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

Color convert

RGB2544726-
CMYK00.810.900.00
HSL5.53º99.13%54.9%-
HSV(B)5.53º89.76%99.61%-
XYZ42.0823.183.23-
YUV106.582.58233.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 77.68%
GREEN value IS 47 (18.75% from 255) = 14.37%
BLUE value IS 26 (10.55% from 255) = 7.95%
R=77.68%
G=14.37%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254472600.810.900.005.5399.1354.9
HexFE2F1A0515A066337
Octal376573201211320614367
Binary111111101011111101001010001101101001101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2F1A; }

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

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

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

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

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

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

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

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