#FD3D2E

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

Shades of Red Orange #FD3D2E

Tints of Red Orange #FD3D2E

Color information

#FD3D2E (or 0xFD3D2E) is unknown color: approx Red Orange. HEX triplet: FD, 3D and 2E. RGB value is (253,61,46). Sum of RGB (Red+Green+Blue) = 253+61+46=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3D2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3D2E is #02C2D1. Grayscale: #747474. Windows color (decimal): -180946 or 3030525. OLE color: 3030525.

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

Color convert

RGB2536146-
CMYK00.760.820.01
HSL4.35º98.1%58.63%-
HSV(B)4.35º81.82%99.22%-
XYZ42.6724.425.05-
YUV116.788.11225.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 70.28%
GREEN value IS 61 (24.22% from 255) = 16.94%
BLUE value IS 46 (18.36% from 255) = 12.78%
R=70.28%
G=16.94%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253614600.760.820.014.3598.158.63
HexFD3D2E04C5214623b
Octal375755601141221414273
Binary1111110111110110111001001100101001011001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3D2E; }

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

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

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

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

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

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

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

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