Html Css Color HEX #EA3712 Orange Red

📋 copy color: '#EA3712'

red 234 ◦ green 55 ◦ blue 18

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

Shades of Orange Red #EA3712

Tints of Orange Red #EA3712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.92%

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

R = 76.22%
G = 17.92%
B = 5.86%

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

#EA3712 (or 0xEA3712) is known color: Orange Red. HEX triplet: EA, 37 and 12. RGB value is (234,55,18). Sum of RGB (Red+Green+Blue) = 234+55+18=307 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.22% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3712 is #15C8ED. Grayscale: #686868. Windows color (decimal): -1427694 or 1193962. OLE color: 1193962.

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

Color convert

RGB 234 55 18 -
CMYK 0 0.76 0.92 0.08
HSL 10.28º 0.86% 0.49% -
HSV(B) 10.28º 0.92% 0.92% -
XYZ 35.41 20.27 2.62 -
YUV 104.3 79.3 220.51 -
System Red Green Blue C M Y K H S L
Decimal 234 55 18 0 0.76 0.92 0.08 10.28 0.86 0.49
Hex EA 37 12 0 4C 5C 8 A 56 31
Octal 352 67 22 0 114 134 10 12 126 61
Binary 11101010 110111 10010 0 1001100 1011100 1000 1010 1010110 110001

Color Harmonies of #EA3712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3712

Black with #EA3712

Text Example


Text Example

White with #EA3712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3712; }

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

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

background-color css

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

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

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

border-color css

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

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

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