Html Css Color HEX #EA420D Orange Red

📋 copy color: '#EA420D'

red 234 ◦ green 66 ◦ blue 13

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

Shades of Orange Red #EA420D

Tints of Orange Red #EA420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.09%

 BLUE value IS 13 (5.47% from 255) = 4.15%

R = 74.76%
G = 21.09%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA420D (or 0xEA420D) is known color: Orange Red. HEX triplet: EA, 42 and 0D. RGB value is (234,66,13). Sum of RGB (Red+Green+Blue) = 234+66+13=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA420D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA420D is #15BDF2. Grayscale: #6E6E6E. Windows color (decimal): -1424883 or 869098. OLE color: 869098.

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

Color convert

RGB 234 66 13 -
CMYK 0 0.72 0.94 0.08
HSL 14.39º 0.89% 0.48% -
HSV(B) 14.39º 0.94% 0.92% -
XYZ 35.95 21.42 2.62 -
YUV 110.19 73.16 216.31 -
System Red Green Blue C M Y K H S L
Decimal 234 66 13 0 0.72 0.94 0.08 14.39 0.89 0.48
Hex EA 42 D 0 48 5E 8 E 59 30
Octal 352 102 15 0 110 136 10 16 131 60
Binary 11101010 1000010 1101 0 1001000 1011110 1000 1110 1011001 110000

Color Harmonies of #EA420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA420D

Black with #EA420D

Text Example


Text Example

White with #EA420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA420D; }

 p { color: rgb(234,66,13); }

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

background-color css

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

 a { background-color: rgb(234,66,13); }

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

border-color css

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

 span { border-color: rgb(234,66,13); }

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