#FE2D1D

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

Shades of Red Orange #FE2D1D

Tints of Red Orange #FE2D1D

Color information

#FE2D1D (or 0xFE2D1D) is unknown color: approx Red Orange. HEX triplet: FE, 2D and 1D. RGB value is (254,45,29). Sum of RGB (Red+Green+Blue) = 254+45+29=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2D1D is #01D2E2. Grayscale: #696969. Windows color (decimal): -119523 or 1912318. OLE color: 1912318.

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

Color convert

RGB2544529-
CMYK00.820.890.00
HSL4.27º99.12%55.49%-
HSV(B)4.27º88.58%99.61%-
XYZ42.0323.043.39-
YUV105.6784.74233.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 77.44%
GREEN value IS 45 (17.97% from 255) = 13.72%
BLUE value IS 29 (11.72% from 255) = 8.84%
R=77.44%
G=13.72%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254452900.820.890.004.2799.1255.49
HexFE2D1D05259046337
Octal376553501221310414367
Binary111111101011011110101010010101100101001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2D1D; }

 p { color: rgb(254,45,29); }

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

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

 a { background-color: rgb(254,45,29); }

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

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

 span { border-color: rgb(254,45,29); }

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