Html Css Color HEX #FF3E20 Red Orange

📋 copy color: '#FF3E20'

red 255 ◦ green 62 ◦ blue 32

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

Shades of Red Orange #FF3E20

Tints of Red Orange #FF3E20

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.77%

 BLUE value IS 32 (12.89% from 255) = 9.17%

R = 73.07%
G = 17.77%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF3E20 (or 0xFF3E20) is known color: Red Orange. HEX triplet: FF, 3E and 20. RGB value is (255,62,32). Sum of RGB (Red+Green+Blue) = 255+62+32=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3E20 is #00C1DF. Grayscale: #747474. Windows color (decimal): -49632 or 2113279. OLE color: 2113279.

HSL color Cylindrical-coordinate representation of color #FF3E20: hue angle of 8.07º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF3E20 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 62 32 -
CMYK 0 0.76 0.87 0
HSL 8.07º 1% 0.56% -
HSV(B) 8.07º 0.87% 1% -
XYZ 43.22 24.81 3.88 -
YUV 116.29 80.44 226.94 -
System Red Green Blue C M Y K H S L
Decimal 255 62 32 0 0.76 0.87 0 8.07 1 0.56
Hex FF 3E 20 0 4C 57 0 8 64 38
Octal 377 76 40 0 114 127 0 10 144 70
Binary 11111111 111110 100000 0 1001100 1010111 0 1000 1100100 111000

Color Harmonies of #FF3E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3E20

Black with #FF3E20

Text Example


Text Example

White with #FF3E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3E20; }

 p { color: rgb(255,62,32); }

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

background-color css

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

 a { background-color: rgb(255,62,32); }

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

border-color css

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

 span { border-color: rgb(255,62,32); }

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