Html Css Color HEX #EA3F08 Orange Red

📋 copy color: '#EA3F08'

red 234 ◦ green 63 ◦ blue 8

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

Shades of Orange Red #EA3F08

Tints of Orange Red #EA3F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.62%

R = 76.72%
G = 20.66%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA3F08 (or 0xEA3F08) is known color: Orange Red. HEX triplet: EA, 3F and 08. RGB value is (234,63,8). Sum of RGB (Red+Green+Blue) = 234+63+8=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3F08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3F08 is #15C0F7. Grayscale: #6C6C6C. Windows color (decimal): -1425656 or 540650. OLE color: 540650.

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

Color convert

RGB 234 63 8 -
CMYK 0 0.73 0.97 0.08
HSL 14.6º 0.93% 0.47% -
HSV(B) 14.6º 0.97% 0.92% -
XYZ 35.75 21.06 2.41 -
YUV 107.86 71.65 217.97 -
System Red Green Blue C M Y K H S L
Decimal 234 63 8 0 0.73 0.97 0.08 14.6 0.93 0.47
Hex EA 3F 8 0 49 61 8 F 5D 2F
Octal 352 77 10 0 111 141 10 17 135 57
Binary 11101010 111111 1000 0 1001001 1100001 1000 1111 1011101 101111

Color Harmonies of #EA3F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3F08

Black with #EA3F08

Text Example


Text Example

White with #EA3F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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