Html Css Color HEX #EA430D Orange Red

📋 copy color: '#EA430D'

red 234 ◦ green 67 ◦ blue 13

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

Shades of Orange Red #EA430D

Tints of Orange Red #EA430D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.34%

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

R = 74.52%
G = 21.34%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA430D (or 0xEA430D) is known color: Orange Red. HEX triplet: EA, 43 and 0D. RGB value is (234,67,13). Sum of RGB (Red+Green+Blue) = 234+67+13=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA430D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA430D is #15BCF2. Grayscale: #6F6F6F. Windows color (decimal): -1424627 or 869354. OLE color: 869354.

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

Color convert

RGB 234 67 13 -
CMYK 0 0.71 0.94 0.08
HSL 14.66º 0.89% 0.48% -
HSV(B) 14.66º 0.94% 0.92% -
XYZ 36.01 21.54 2.64 -
YUV 110.78 72.83 215.89 -
System Red Green Blue C M Y K H S L
Decimal 234 67 13 0 0.71 0.94 0.08 14.66 0.89 0.48
Hex EA 43 D 0 47 5E 8 F 59 30
Octal 352 103 15 0 107 136 10 17 131 60
Binary 11101010 1000011 1101 0 1000111 1011110 1000 1111 1011001 110000

Color Harmonies of #EA430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA430D

Black with #EA430D

Text Example


Text Example

White with #EA430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA430D; }

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

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

background-color css

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

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

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

border-color css

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

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

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