#FF321F

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

Shades of Red Orange #FF321F

Tints of Red Orange #FF321F

Color information

#FF321F (or 0xFF321F) is unknown color: approx Red Orange. HEX triplet: FF, 32 and 1F. RGB value is (255,50,31). Sum of RGB (Red+Green+Blue) = 255+50+31=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF321F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF321F is #00CDE0. Grayscale: #6D6D6D. Windows color (decimal): -52705 or 2044671. OLE color: 2044671.

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

Color convert

RGB2555031-
CMYK00.800.880
HSL5.09º100%56.08%-
HSV(B)5.09º87.84%100%-
XYZ42.6323.643.61-
YUV109.1383.92232.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 75.89%
GREEN value IS 50 (19.92% from 255) = 14.88%
BLUE value IS 31 (12.5% from 255) = 9.23%
R=75.89%
G=14.88%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255503100.800.8805.0910056.08
HexFF321F05058056438
Octal377623701201300514470
Binary111111111100101111101010000101100001011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF321F; }

 p { color: rgb(255,50,31); }

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

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

 a { background-color: rgb(255,50,31); }

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

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

 span { border-color: rgb(255,50,31); }

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