Html Css Color HEX #EA3A03 Orange Red

📋 copy color: '#EA3A03'

red 234 ◦ green 58 ◦ blue 3

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

Shades of Orange Red #EA3A03

Tints of Orange Red #EA3A03

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.66%

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 79.32%
G = 19.66%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA3A03 (or 0xEA3A03) is known color: Orange Red. HEX triplet: EA, 3A and 03. RGB value is (234,58,3). Sum of RGB (Red+Green+Blue) = 234+58+3=295 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.32% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3A03 is #15C5FC. Grayscale: #686868. Windows color (decimal): -1426941 or 211690. OLE color: 211690.

HSL color Cylindrical-coordinate representation of color #EA3A03: hue angle of 14.29º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA3A03 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 58 3 -
CMYK 0 0.75 0.99 0.08
HSL 14.29º 0.97% 0.46% -
HSV(B) 14.29º 0.99% 0.92% -
XYZ 35.46 20.53 2.18 -
YUV 104.35 70.81 220.47 -
System Red Green Blue C M Y K H S L
Decimal 234 58 3 0 0.75 0.99 0.08 14.29 0.97 0.46
Hex EA 3A 3 0 4B 63 8 E 61 2E
Octal 352 72 3 0 113 143 10 16 141 56
Binary 11101010 111010 11 0 1001011 1100011 1000 1110 1100001 101110

Color Harmonies of #EA3A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3A03

Black with #EA3A03

Text Example


Text Example

White with #EA3A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3A03; }

 p { color: rgb(234,58,3); }

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

background-color css

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

 a { background-color: rgb(234,58,3); }

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

border-color css

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

 span { border-color: rgb(234,58,3); }

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