Html Css Color HEX #EA3812 Orange Red

📋 copy color: '#EA3812'

red 234 ◦ green 56 ◦ blue 18

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

Shades of Orange Red #EA3812

Tints of Orange Red #EA3812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.18%

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

R = 75.97%
G = 18.18%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA3812 (or 0xEA3812) is known color: Orange Red. HEX triplet: EA, 38 and 12. RGB value is (234,56,18). Sum of RGB (Red+Green+Blue) = 234+56+18=308 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.97% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3812 is #15C7ED. Grayscale: #696969. Windows color (decimal): -1427438 or 1194218. OLE color: 1194218.

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

Color convert

RGB 234 56 18 -
CMYK 0 0.76 0.92 0.08
HSL 10.56º 0.86% 0.49% -
HSV(B) 10.56º 0.92% 0.92% -
XYZ 35.46 20.36 2.63 -
YUV 104.89 78.97 220.09 -
System Red Green Blue C M Y K H S L
Decimal 234 56 18 0 0.76 0.92 0.08 10.56 0.86 0.49
Hex EA 38 12 0 4C 5C 8 B 56 31
Octal 352 70 22 0 114 134 10 13 126 61
Binary 11101010 111000 10010 0 1001100 1011100 1000 1011 1010110 110001

Color Harmonies of #EA3812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3812

Black with #EA3812

Text Example


Text Example

White with #EA3812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3812; }

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

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

background-color css

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

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

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

border-color css

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

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

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