#FF2D1E

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

Shades of Red Orange #FF2D1E

Tints of Red Orange #FF2D1E

Color information

#FF2D1E (or 0xFF2D1E) is unknown color: approx Red Orange. HEX triplet: FF, 2D and 1E. RGB value is (255,45,30). Sum of RGB (Red+Green+Blue) = 255+45+30=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2D1E is #00D2E1. Grayscale: #6A6A6A. Windows color (decimal): -53986 or 1977855. OLE color: 1977855.

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

Color convert

RGB2554530-
CMYK00.820.880
HSL100%55.88%-
HSV(B)88.24%100%-
XYZ42.4123.233.48-
YUV106.0885.07234.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 77.27%
GREEN value IS 45 (17.97% from 255) = 13.64%
BLUE value IS 30 (12.11% from 255) = 9.09%
R=77.27%
G=13.64%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255453000.820.880410055.88
HexFF2D1E05258046438
Octal377553601221300414470
Binary111111111011011111001010010101100001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2D1E; }

 p { color: rgb(255,45,30); }

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

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

 a { background-color: rgb(255,45,30); }

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

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

 span { border-color: rgb(255,45,30); }

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