Html Css Color HEX #EA370C Orange Red

📋 copy color: '#EA370C'

red 234 ◦ green 55 ◦ blue 12

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

Shades of Orange Red #EA370C

Tints of Orange Red #EA370C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 77.74%
G = 18.27%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA370C (or 0xEA370C) is known color: Orange Red. HEX triplet: EA, 37 and 0C. RGB value is (234,55,12). Sum of RGB (Red+Green+Blue) = 234+55+12=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA370C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA370C is #15C8F3. Grayscale: #676767. Windows color (decimal): -1427700 or 800746. OLE color: 800746.

HSL color Cylindrical-coordinate representation of color #EA370C: hue angle of 11.62º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA370C is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 55 12 -
CMYK 0 0.76 0.95 0.08
HSL 11.62º 0.9% 0.48% -
HSV(B) 11.62º 0.95% 0.92% -
XYZ 35.36 20.25 2.39 -
YUV 103.62 76.3 221 -
System Red Green Blue C M Y K H S L
Decimal 234 55 12 0 0.76 0.95 0.08 11.62 0.9 0.48
Hex EA 37 C 0 4C 5F 8 C 5A 30
Octal 352 67 14 0 114 137 10 14 132 60
Binary 11101010 110111 1100 0 1001100 1011111 1000 1100 1011010 110000

Color Harmonies of #EA370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA370C

Black with #EA370C

Text Example


Text Example

White with #EA370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA370C; }

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

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

background-color css

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

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

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

border-color css

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

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

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