#FF312E

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

Shades of Red Orange #FF312E

Tints of Red Orange #FF312E

Color information

#FF312E (or 0xFF312E) is unknown color: approx Red Orange. HEX triplet: FF, 31 and 2E. RGB value is (255,49,46). Sum of RGB (Red+Green+Blue) = 255+49+46=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF312E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF312E is #00CED1. Grayscale: #6E6E6E. Windows color (decimal): -52946 or 3027455. OLE color: 3027455.

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

Color convert

RGB2554946-
CMYK00.810.820
HSL0.86º100%59.02%-
HSV(B)0.86º81.96%100%-
XYZ42.8323.654.89-
YUV110.2591.75231.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 72.86%
GREEN value IS 49 (19.53% from 255) = 14%
BLUE value IS 46 (18.36% from 255) = 13.14%
R=72.86%
G=14%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255494600.810.8200.8610059.02
HexFF312E0515201643b
Octal377615601211220114473
Binary11111111110001101110010100011010010011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF312E; }

 p { color: rgb(255,49,46); }

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

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

 a { background-color: rgb(255,49,46); }

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

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

 span { border-color: rgb(255,49,46); }

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