Html Css Color HEX #EA3A12 Orange Red

📋 copy color: '#EA3A12'

red 234 ◦ green 58 ◦ blue 18

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

Shades of Orange Red #EA3A12

Tints of Orange Red #EA3A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.81%

R = 75.48%
G = 18.71%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA3A12 (or 0xEA3A12) is known color: Orange Red. HEX triplet: EA, 3A and 12. RGB value is (234,58,18). Sum of RGB (Red+Green+Blue) = 234+58+18=310 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.48% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3A12 is #15C5ED. Grayscale: #6A6A6A. Windows color (decimal): -1426926 or 1194730. OLE color: 1194730.

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

Color convert

RGB 234 58 18 -
CMYK 0 0.75 0.92 0.08
HSL 11.11º 0.86% 0.49% -
HSV(B) 11.11º 0.92% 0.92% -
XYZ 35.55 20.56 2.67 -
YUV 106.06 78.31 219.25 -
System Red Green Blue C M Y K H S L
Decimal 234 58 18 0 0.75 0.92 0.08 11.11 0.86 0.49
Hex EA 3A 12 0 4B 5C 8 B 56 31
Octal 352 72 22 0 113 134 10 13 126 61
Binary 11101010 111010 10010 0 1001011 1011100 1000 1011 1010110 110001

Color Harmonies of #EA3A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3A12

Black with #EA3A12

Text Example


Text Example

White with #EA3A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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