#FF301F

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

Shades of Red Orange #FF301F

Tints of Red Orange #FF301F

Color information

#FF301F (or 0xFF301F) is unknown color: approx Red Orange. HEX triplet: FF, 30 and 1F. RGB value is (255,48,31). Sum of RGB (Red+Green+Blue) = 255+48+31=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF301F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF301F is #00CFE0. Grayscale: #6C6C6C. Windows color (decimal): -53217 or 2044159. OLE color: 2044159.

HSL color Cylindrical-coordinate representation of color #FF301F: hue angle of 4.55º 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 #FF301F is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB2554831-
CMYK00.810.880
HSL4.55º100%56.08%-
HSV(B)4.55º87.84%100%-
XYZ42.5423.473.58-
YUV107.9684.58232.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 76.35%
GREEN value IS 48 (19.14% from 255) = 14.37%
BLUE value IS 31 (12.5% from 255) = 9.28%
R=76.35%
G=14.37%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255483100.810.8804.5510056.08
HexFF301F05158056438
Octal377603701211300514470
Binary111111111100001111101010001101100001011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF301F; }

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

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

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

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

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

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

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

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