#FE270E

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

Shades of Scarlet #FE270E

Tints of Scarlet #FE270E

Color information

#FE270E (or 0xFE270E) is unknown color: approx Scarlet. HEX triplet: FE, 27 and 0E. RGB value is (254,39,14). Sum of RGB (Red+Green+Blue) = 254+39+14=307 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.74% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 254 - color contains mainly: red. Hex color #FE270E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE270E is #01D8F1. Grayscale: #646464. Windows color (decimal): -121074 or 927742. OLE color: 927742.

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

Color convert

RGB2543914-
CMYK00.850.940.00
HSL6.25º99.17%52.55%-
HSV(B)6.25º94.49%99.61%-
XYZ41.6822.552.57-
YUV100.4479.23237.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 82.74%
GREEN value IS 39 (15.62% from 255) = 12.70%
BLUE value IS 14 (5.86% from 255) = 4.56%
R=82.74%
G=12.70%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254391400.850.940.006.2599.1752.55
HexFE27E0555E066335
Octal376471601251360614365
Binary11111110100111111001010101101111001101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE270E; }

 p { color: rgb(254,39,14); }

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

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

 a { background-color: rgb(254,39,14); }

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

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

 span { border-color: rgb(254,39,14); }

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