Html Css Color HEX #E74101 Orange Red

📋 copy color: '#E74101'

red 231 ◦ green 65 ◦ blue 1

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

Shades of Orange Red #E74101

Tints of Orange Red #E74101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.89%

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

R = 77.78%
G = 21.89%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E74101 (or 0xE74101) is known color: Orange Red. HEX triplet: E7, 41 and 01. RGB value is (231,65,1). Sum of RGB (Red+Green+Blue) = 231+65+1=297 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.78% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 231 - color contains mainly: red. Hex color #E74101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74101 is #18BEFE. Grayscale: #6B6B6B. Windows color (decimal): -1621759 or 82407. OLE color: 82407.

HSL color Cylindrical-coordinate representation of color #E74101: hue angle of 16.7º 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 #E74101 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 65 1 -
CMYK 0 0.72 1.00 0.09
HSL 16.7º 0.99% 0.45% -
HSV(B) 16.7º 1% 0.91% -
XYZ 34.85 20.77 2.2 -
YUV 107.34 68 216.2 -
System Red Green Blue C M Y K H S L
Decimal 231 65 1 0 0.72 1.00 0.09 16.7 0.99 0.45
Hex E7 41 1 0 48 64 9 11 63 2D
Octal 347 101 1 0 110 144 11 21 143 55
Binary 11100111 1000001 1 0 1001000 1100100 1001 10001 1100011 101101

Color Harmonies of #E74101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74101

Black with #E74101

Text Example


Text Example

White with #E74101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74101; }

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

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

background-color css

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

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

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

border-color css

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

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

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