Html Css Color HEX #FF3D1E Red Orange

📋 copy color: '#FF3D1E'

red 255 ◦ green 61 ◦ blue 30

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

Shades of Red Orange #FF3D1E

Tints of Red Orange #FF3D1E

RGB

 RED value IS 255 (100% from 255) = 73.7%

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

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

R = 73.7%
G = 17.63%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF3D1E (or 0xFF3D1E) is known color: Red Orange. HEX triplet: FF, 3D and 1E. RGB value is (255,61,30). Sum of RGB (Red+Green+Blue) = 255+61+30=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3D1E is #00C2E1. Grayscale: #737373. Windows color (decimal): -49890 or 1981951. OLE color: 1981951.

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

Color convert

RGB 255 61 30 -
CMYK 0 0.76 0.88 0
HSL 8.27º 1% 0.56% -
HSV(B) 8.27º 0.88% 1% -
XYZ 43.14 24.69 3.72 -
YUV 115.47 79.77 227.52 -
System Red Green Blue C M Y K H S L
Decimal 255 61 30 0 0.76 0.88 0 8.27 1 0.56
Hex FF 3D 1E 0 4C 58 0 8 64 38
Octal 377 75 36 0 114 130 0 10 144 70
Binary 11111111 111101 11110 0 1001100 1011000 0 1000 1100100 111000

Color Harmonies of #FF3D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3D1E

Black with #FF3D1E

Text Example


Text Example

White with #FF3D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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