Html Css Color HEX #EA3610 Orange Red

📋 copy color: '#EA3610'

red 234 ◦ green 54 ◦ blue 16

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

Shades of Orange Red #EA3610

Tints of Orange Red #EA3610

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.76%

 BLUE value IS 16 (6.64% from 255) = 5.26%

R = 76.97%
G = 17.76%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA3610 (or 0xEA3610) is known color: Orange Red. HEX triplet: EA, 36 and 10. RGB value is (234,54,16). Sum of RGB (Red+Green+Blue) = 234+54+16=304 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.97% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3610 is #15C9EF. Grayscale: #676767. Windows color (decimal): -1427952 or 1062634. OLE color: 1062634.

HSL color Cylindrical-coordinate representation of color #EA3610: hue angle of 10.46º degrees, saturation: 0.87, 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 #EA3610 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 54 16 -
CMYK 0 0.77 0.93 0.08
HSL 10.46º 0.87% 0.49% -
HSV(B) 10.46º 0.93% 0.92% -
XYZ 35.34 20.17 2.52 -
YUV 103.49 78.63 221.09 -
System Red Green Blue C M Y K H S L
Decimal 234 54 16 0 0.77 0.93 0.08 10.46 0.87 0.49
Hex EA 36 10 0 4D 5D 8 A 57 31
Octal 352 66 20 0 115 135 10 12 127 61
Binary 11101010 110110 10000 0 1001101 1011101 1000 1010 1010111 110001

Color Harmonies of #EA3610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3610

Black with #EA3610

Text Example


Text Example

White with #EA3610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3610; }

 p { color: rgb(234,54,16); }

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

background-color css

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

 a { background-color: rgb(234,54,16); }

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

border-color css

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

 span { border-color: rgb(234,54,16); }

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