Html Css Color HEX #E73C01 Orange Red

📋 copy color: '#E73C01'

red 231 ◦ green 60 ◦ blue 1

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

Shades of Orange Red #E73C01

Tints of Orange Red #E73C01

RGB

 RED value IS 231 (90.63% from 255) = 79.11%

 GREEN value IS 60 (23.83% from 255) = 20.55%

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

R = 79.11%
G = 20.55%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E73C01 (or 0xE73C01) is known color: Orange Red. HEX triplet: E7, 3C and 01. RGB value is (231,60,1). Sum of RGB (Red+Green+Blue) = 231+60+1=292 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.11% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 231 - color contains mainly: red. Hex color #E73C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E73C01 is #18C3FE. Grayscale: #686868. Windows color (decimal): -1623039 or 81127. OLE color: 81127.

HSL color Cylindrical-coordinate representation of color #E73C01: hue angle of 15.39º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E73C01 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 60 1 -
CMYK 0 0.74 1.00 0.09
HSL 15.39º 0.99% 0.45% -
HSV(B) 15.39º 1% 0.91% -
XYZ 34.58 20.22 2.11 -
YUV 104.4 69.65 218.3 -
System Red Green Blue C M Y K H S L
Decimal 231 60 1 0 0.74 1.00 0.09 15.39 0.99 0.45
Hex E7 3C 1 0 4A 64 9 F 63 2D
Octal 347 74 1 0 112 144 11 17 143 55
Binary 11100111 111100 1 0 1001010 1100100 1001 1111 1100011 101101

Color Harmonies of #E73C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73C01

Black with #E73C01

Text Example


Text Example

White with #E73C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73C01; }

 p { color: rgb(231,60,1); }

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

background-color css

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

 a { background-color: rgb(231,60,1); }

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

border-color css

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

 span { border-color: rgb(231,60,1); }

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