#FD3E2E

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

Shades of Red Orange #FD3E2E

Tints of Red Orange #FD3E2E

Color information

#FD3E2E (or 0xFD3E2E) is unknown color: approx Red Orange. HEX triplet: FD, 3E and 2E. RGB value is (253,62,46). Sum of RGB (Red+Green+Blue) = 253+62+46=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3E2E is #02C1D1. Grayscale: #757575. Windows color (decimal): -180690 or 3030781. OLE color: 3030781.

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

Color convert

RGB2536246-
CMYK00.750.820.01
HSL4.64º98.1%58.63%-
HSV(B)4.64º81.82%99.22%-
XYZ42.7224.535.07-
YUV117.2887.78224.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 70.08%
GREEN value IS 62 (24.61% from 255) = 17.17%
BLUE value IS 46 (18.36% from 255) = 12.74%
R=70.08%
G=17.17%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253624600.750.820.014.6498.158.63
HexFD3E2E04B5215623b
Octal375765601131221514273
Binary1111110111111010111001001011101001011011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3E2E; }

 p { color: rgb(253,62,46); }

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

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

 a { background-color: rgb(253,62,46); }

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

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

 span { border-color: rgb(253,62,46); }

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