Html Css Color HEX #FF3E01 Orange Red

📋 copy color: '#FF3E01'

red 255 ◦ green 62 ◦ blue 1

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

Shades of Orange Red #FF3E01

Tints of Orange Red #FF3E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 80.19%
G = 19.5%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF3E01 (or 0xFF3E01) is known color: Orange Red. HEX triplet: FF, 3E and 01. RGB value is (255,62,1). Sum of RGB (Red+Green+Blue) = 255+62+1=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3E01 is #00C1FE. Grayscale: #717171. Windows color (decimal): -49663 or 81663. OLE color: 81663.

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

Color convert

RGB 255 62 1 -
CMYK 0 0.76 1.00 0
HSL 14.41º 1% 0.5% -
HSV(B) 14.41º 1% 1% -
XYZ 42.97 24.71 2.53 -
YUV 112.75 64.94 229.46 -
System Red Green Blue C M Y K H S L
Decimal 255 62 1 0 0.76 1.00 0 14.41 1 0.5
Hex FF 3E 1 0 4C 64 0 E 64 32
Octal 377 76 1 0 114 144 0 16 144 62
Binary 11111111 111110 1 0 1001100 1100100 0 1110 1100100 110010

Color Harmonies of #FF3E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3E01

Black with #FF3E01

Text Example


Text Example

White with #FF3E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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