Html Css Color HEX #EA3C0F Orange Red

📋 copy color: '#EA3C0F'

red 234 ◦ green 60 ◦ blue 15

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

Shades of Orange Red #EA3C0F

Tints of Orange Red #EA3C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.85%

R = 75.73%
G = 19.42%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA3C0F (or 0xEA3C0F) is known color: Orange Red. HEX triplet: EA, 3C and 0F. RGB value is (234,60,15). Sum of RGB (Red+Green+Blue) = 234+60+15=309 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.73% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3C0F is #15C3F0. Grayscale: #6B6B6B. Windows color (decimal): -1426417 or 998634. OLE color: 998634.

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

Color convert

RGB 234 60 15 -
CMYK 0 0.74 0.94 0.08
HSL 12.33º 0.88% 0.49% -
HSV(B) 12.33º 0.94% 0.92% -
XYZ 35.63 20.76 2.58 -
YUV 106.9 76.15 218.66 -
System Red Green Blue C M Y K H S L
Decimal 234 60 15 0 0.74 0.94 0.08 12.33 0.88 0.49
Hex EA 3C F 0 4A 5E 8 C 58 31
Octal 352 74 17 0 112 136 10 14 130 61
Binary 11101010 111100 1111 0 1001010 1011110 1000 1100 1011000 110001

Color Harmonies of #EA3C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3C0F

Black with #EA3C0F

Text Example


Text Example

White with #EA3C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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