Html Css Color HEX #EA4515 Orange Red

📋 copy color: '#EA4515'

red 234 ◦ green 69 ◦ blue 21

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

Shades of Orange Red #EA4515

Tints of Orange Red #EA4515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.3%

 BLUE value IS 21 (8.59% from 255) = 6.48%

R = 72.22%
G = 21.3%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA4515 (or 0xEA4515) is known color: Orange Red. HEX triplet: EA, 45 and 15. RGB value is (234,69,21). Sum of RGB (Red+Green+Blue) = 234+69+21=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4515 is #15BAEA. Grayscale: #717171. Windows color (decimal): -1424107 or 1394154. OLE color: 1394154.

HSL color Cylindrical-coordinate representation of color #EA4515: hue angle of 13.52º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA4515 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 69 21 -
CMYK 0 0.71 0.91 0.08
HSL 13.52º 0.84% 0.5% -
HSV(B) 13.52º 0.91% 0.92% -
XYZ 36.2 21.8 3.01 -
YUV 112.86 76.16 214.4 -
System Red Green Blue C M Y K H S L
Decimal 234 69 21 0 0.71 0.91 0.08 13.52 0.84 0.5
Hex EA 45 15 0 47 5B 8 E 54 32
Octal 352 105 25 0 107 133 10 16 124 62
Binary 11101010 1000101 10101 0 1000111 1011011 1000 1110 1010100 110010

Color Harmonies of #EA4515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4515

Black with #EA4515

Text Example


Text Example

White with #EA4515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4515; }

 p { color: rgb(234,69,21); }

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

background-color css

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

 a { background-color: rgb(234,69,21); }

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

border-color css

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

 span { border-color: rgb(234,69,21); }

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