Html Css Color HEX #EA4003 Orange Red

📋 copy color: '#EA4003'

red 234 ◦ green 64 ◦ blue 3

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

Shades of Orange Red #EA4003

Tints of Orange Red #EA4003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.26%

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

R = 77.74%
G = 21.26%
B = 1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA4003 (or 0xEA4003) is known color: Orange Red. HEX triplet: EA, 40 and 03. RGB value is (234,64,3). Sum of RGB (Red+Green+Blue) = 234+64+3=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4003 is #15BFFC. Grayscale: #6C6C6C. Windows color (decimal): -1425405 or 213226. OLE color: 213226.

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

Color convert

RGB 234 64 3 -
CMYK 0 0.73 0.99 0.08
HSL 15.84º 0.97% 0.46% -
HSV(B) 15.84º 0.99% 0.92% -
XYZ 35.78 21.17 2.29 -
YUV 107.88 68.82 217.96 -
System Red Green Blue C M Y K H S L
Decimal 234 64 3 0 0.73 0.99 0.08 15.84 0.97 0.46
Hex EA 40 3 0 49 63 8 10 61 2E
Octal 352 100 3 0 111 143 10 20 141 56
Binary 11101010 1000000 11 0 1001001 1100011 1000 10000 1100001 101110

Color Harmonies of #EA4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4003

Black with #EA4003

Text Example


Text Example

White with #EA4003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4003; }

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

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

background-color css

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

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

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

border-color css

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

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

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