Html Css Color HEX #EA3A10 Orange Red

📋 copy color: '#EA3A10'

red 234 ◦ green 58 ◦ blue 16

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

Shades of Orange Red #EA3A10

Tints of Orange Red #EA3A10

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.83%

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

R = 75.97%
G = 18.83%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA3A10 (or 0xEA3A10) is known color: Orange Red. HEX triplet: EA, 3A and 10. RGB value is (234,58,16). Sum of RGB (Red+Green+Blue) = 234+58+16=308 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.97% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3A10 is #15C5EF. Grayscale: #6A6A6A. Windows color (decimal): -1426928 or 1063658. OLE color: 1063658.

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

Color convert

RGB 234 58 16 -
CMYK 0 0.75 0.93 0.08
HSL 11.56º 0.87% 0.49% -
HSV(B) 11.56º 0.93% 0.92% -
XYZ 35.54 20.56 2.58 -
YUV 105.84 77.31 219.42 -
System Red Green Blue C M Y K H S L
Decimal 234 58 16 0 0.75 0.93 0.08 11.56 0.87 0.49
Hex EA 3A 10 0 4B 5D 8 C 57 31
Octal 352 72 20 0 113 135 10 14 127 61
Binary 11101010 111010 10000 0 1001011 1011101 1000 1100 1010111 110001

Color Harmonies of #EA3A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3A10

Black with #EA3A10

Text Example


Text Example

White with #EA3A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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