Html Css Color HEX #EA3C01 Orange Red

📋 copy color: '#EA3C01'

red 234 ◦ green 60 ◦ blue 1

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

Shades of Orange Red #EA3C01

Tints of Orange Red #EA3C01

RGB

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

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

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

R = 79.32%
G = 20.34%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA3C01 (or 0xEA3C01) is known color: Orange Red. HEX triplet: EA, 3C and 01. RGB value is (234,60,1). Sum of RGB (Red+Green+Blue) = 234+60+1=295 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.32% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3C01 is #15C3FE. Grayscale: #696969. Windows color (decimal): -1426431 or 81130. OLE color: 81130.

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

Color convert

RGB 234 60 1 -
CMYK 0 0.74 1.00 0.08
HSL 15.19º 0.99% 0.46% -
HSV(B) 15.19º 1% 0.92% -
XYZ 35.55 20.73 2.16 -
YUV 105.3 69.15 219.8 -
System Red Green Blue C M Y K H S L
Decimal 234 60 1 0 0.74 1.00 0.08 15.19 0.99 0.46
Hex EA 3C 1 0 4A 64 8 F 63 2E
Octal 352 74 1 0 112 144 10 17 143 56
Binary 11101010 111100 1 0 1001010 1100100 1000 1111 1100011 101110

Color Harmonies of #EA3C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3C01

Black with #EA3C01

Text Example


Text Example

White with #EA3C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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