Html Css Color HEX #EA3701 Orange Red

📋 copy color: '#EA3701'

red 234 ◦ green 55 ◦ blue 1

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

Shades of Orange Red #EA3701

Tints of Orange Red #EA3701

RGB

 RED value IS 234 (91.8% from 255) = 80.69%

 GREEN value IS 55 (21.88% from 255) = 18.97%

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

R = 80.69%
G = 18.97%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA3701 (or 0xEA3701) is known color: Orange Red. HEX triplet: EA, 37 and 01. RGB value is (234,55,1). Sum of RGB (Red+Green+Blue) = 234+55+1=290 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.69% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3701 is #15C8FE. Grayscale: #666666. Windows color (decimal): -1427711 or 79850. OLE color: 79850.

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

Color convert

RGB 234 55 1 -
CMYK 0 0.76 1.00 0.08
HSL 13.91º 0.99% 0.46% -
HSV(B) 13.91º 1% 0.92% -
XYZ 35.3 20.23 2.07 -
YUV 102.37 70.8 221.89 -
System Red Green Blue C M Y K H S L
Decimal 234 55 1 0 0.76 1.00 0.08 13.91 0.99 0.46
Hex EA 37 1 0 4C 64 8 E 63 2E
Octal 352 67 1 0 114 144 10 16 143 56
Binary 11101010 110111 1 0 1001100 1100100 1000 1110 1100011 101110

Color Harmonies of #EA3701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3701

Black with #EA3701

Text Example


Text Example

White with #EA3701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3701; }

 p { color: rgb(234,55,1); }

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

background-color css

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

 a { background-color: rgb(234,55,1); }

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

border-color css

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

 span { border-color: rgb(234,55,1); }

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