Html Css Color HEX #EA3F05 Orange Red

📋 copy color: '#EA3F05'

red 234 ◦ green 63 ◦ blue 5

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

Shades of Orange Red #EA3F05

Tints of Orange Red #EA3F05

RGB

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

 GREEN value IS 63 (25% from 255) = 20.86%

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

R = 77.48%
G = 20.86%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA3F05 (or 0xEA3F05) is known color: Orange Red. HEX triplet: EA, 3F and 05. RGB value is (234,63,5). Sum of RGB (Red+Green+Blue) = 234+63+5=302 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.48% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3F05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3F05 is #15C0FA. Grayscale: #6B6B6B. Windows color (decimal): -1425659 or 344042. OLE color: 344042.

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

Color convert

RGB 234 63 5 -
CMYK 0 0.73 0.98 0.08
HSL 15.2º 0.96% 0.47% -
HSV(B) 15.2º 0.98% 0.92% -
XYZ 35.74 21.06 2.32 -
YUV 107.52 70.15 218.22 -
System Red Green Blue C M Y K H S L
Decimal 234 63 5 0 0.73 0.98 0.08 15.2 0.96 0.47
Hex EA 3F 5 0 49 62 8 F 60 2F
Octal 352 77 5 0 111 142 10 17 140 57
Binary 11101010 111111 101 0 1001001 1100010 1000 1111 1100000 101111

Color Harmonies of #EA3F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3F05

Black with #EA3F05

Text Example


Text Example

White with #EA3F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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