Html Css Color HEX #FD3D1E Red Orange

📋 copy color: '#FD3D1E'

red 253 ◦ green 61 ◦ blue 30

#FD3D1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Orange #FD3D1E

Tints of Red Orange #FD3D1E

RGB

 RED value IS 253 (99.22% from 255) = 73.55%

 GREEN value IS 61 (24.22% from 255) = 17.73%

 BLUE value IS 30 (12.11% from 255) = 8.72%

R = 73.55%
G = 17.73%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD3D1E (or 0xFD3D1E) is known color: Red Orange. HEX triplet: FD, 3D and 1E. RGB value is (253,61,30). Sum of RGB (Red+Green+Blue) = 253+61+30=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3D1E is #02C2E1. Grayscale: #737373. Windows color (decimal): -180962 or 1981949. OLE color: 1981949.

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

Color convert

RGB 253 61 30 -
CMYK 0 0.76 0.88 0.01
HSL 8.34º 0.98% 0.55% -
HSV(B) 8.34º 0.88% 0.99% -
XYZ 42.41 24.31 3.69 -
YUV 114.87 80.11 226.52 -
System Red Green Blue C M Y K H S L
Decimal 253 61 30 0 0.76 0.88 0.01 8.34 0.98 0.55
Hex FD 3D 1E 0 4C 58 1 8 62 37
Octal 375 75 36 0 114 130 1 10 142 67
Binary 11111101 111101 11110 0 1001100 1011000 1 1000 1100010 110111

Color Harmonies of #FD3D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3D1E

Black with #FD3D1E

Text Example


Text Example

White with #FD3D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3D1E; }

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

 H1.HeaderClassName
 {
   color: #FD3D1E;
 }
 .AnyTagClassName
 {
   color: #FD3D1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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