Html Css Color HEX #EA3915 Orange Red

📋 copy color: '#EA3915'

red 234 ◦ green 57 ◦ blue 21

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

Shades of Orange Red #EA3915

Tints of Orange Red #EA3915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.27%

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

R = 75%
G = 18.27%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA3915 (or 0xEA3915) is known color: Orange Red. HEX triplet: EA, 39 and 15. RGB value is (234,57,21). Sum of RGB (Red+Green+Blue) = 234+57+21=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3915 is #15C6EA. Grayscale: #6A6A6A. Windows color (decimal): -1427179 or 1391082. OLE color: 1391082.

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

Color convert

RGB 234 57 21 -
CMYK 0 0.76 0.91 0.08
HSL 10.14º 0.84% 0.5% -
HSV(B) 10.14º 0.91% 0.92% -
XYZ 35.53 20.47 2.79 -
YUV 105.82 80.14 219.43 -
System Red Green Blue C M Y K H S L
Decimal 234 57 21 0 0.76 0.91 0.08 10.14 0.84 0.5
Hex EA 39 15 0 4C 5B 8 A 54 32
Octal 352 71 25 0 114 133 10 12 124 62
Binary 11101010 111001 10101 0 1001100 1011011 1000 1010 1010100 110010

Color Harmonies of #EA3915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3915

Black with #EA3915

Text Example


Text Example

White with #EA3915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3915; }

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

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

background-color css

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

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

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

border-color css

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

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

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