Html Css Color HEX #EA3C11 Orange Red

📋 copy color: '#EA3C11'

red 234 ◦ green 60 ◦ blue 17

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

Shades of Orange Red #EA3C11

Tints of Orange Red #EA3C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.47%

R = 75.24%
G = 19.29%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA3C11 (or 0xEA3C11) is known color: Orange Red. HEX triplet: EA, 3C and 11. RGB value is (234,60,17). Sum of RGB (Red+Green+Blue) = 234+60+17=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3C11 is #15C3EE. Grayscale: #6B6B6B. Windows color (decimal): -1426415 or 1129706. OLE color: 1129706.

HSL color Cylindrical-coordinate representation of color #EA3C11: hue angle of 11.89º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA3C11 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 60 17 -
CMYK 0 0.74 0.93 0.08
HSL 11.89º 0.86% 0.49% -
HSV(B) 11.89º 0.93% 0.92% -
XYZ 35.65 20.76 2.66 -
YUV 107.12 77.15 218.5 -
System Red Green Blue C M Y K H S L
Decimal 234 60 17 0 0.74 0.93 0.08 11.89 0.86 0.49
Hex EA 3C 11 0 4A 5D 8 C 56 31
Octal 352 74 21 0 112 135 10 14 126 61
Binary 11101010 111100 10001 0 1001010 1011101 1000 1100 1010110 110001

Color Harmonies of #EA3C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3C11

Black with #EA3C11

Text Example


Text Example

White with #EA3C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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