Html Css Color HEX #EA3505 Orange Red

📋 copy color: '#EA3505'

red 234 ◦ green 53 ◦ blue 5

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

Shades of Orange Red #EA3505

Tints of Orange Red #EA3505

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.15%

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 80.14%
G = 18.15%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA3505 (or 0xEA3505) is known color: Orange Red. HEX triplet: EA, 35 and 05. RGB value is (234,53,5). Sum of RGB (Red+Green+Blue) = 234+53+5=292 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.14% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3505 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3505 is #15CAFA. Grayscale: #666666. Windows color (decimal): -1428219 or 341482. OLE color: 341482.

HSL color Cylindrical-coordinate representation of color #EA3505: hue angle of 12.58º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA3505 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 53 5 -
CMYK 0 0.77 0.98 0.08
HSL 12.58º 0.96% 0.47% -
HSV(B) 12.58º 0.98% 0.92% -
XYZ 35.23 20.05 2.16 -
YUV 101.65 73.47 222.4 -
System Red Green Blue C M Y K H S L
Decimal 234 53 5 0 0.77 0.98 0.08 12.58 0.96 0.47
Hex EA 35 5 0 4D 62 8 D 60 2F
Octal 352 65 5 0 115 142 10 15 140 57
Binary 11101010 110101 101 0 1001101 1100010 1000 1101 1100000 101111

Color Harmonies of #EA3505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3505

Black with #EA3505

Text Example


Text Example

White with #EA3505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3505; }

 p { color: rgb(234,53,5); }

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

background-color css

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

 a { background-color: rgb(234,53,5); }

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

border-color css

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

 span { border-color: rgb(234,53,5); }

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