Html Css Color HEX #EA4101 Orange Red

📋 copy color: '#EA4101'

red 234 ◦ green 65 ◦ blue 1

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

Shades of Orange Red #EA4101

Tints of Orange Red #EA4101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.67%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 78%
G = 21.67%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA4101 (or 0xEA4101) is known color: Orange Red. HEX triplet: EA, 41 and 01. RGB value is (234,65,1). Sum of RGB (Red+Green+Blue) = 234+65+1=300 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4101 is #15BEFE. Grayscale: #6C6C6C. Windows color (decimal): -1425151 or 82410. OLE color: 82410.

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

Color convert

RGB 234 65 1 -
CMYK 0 0.72 1.00 0.08
HSL 16.48º 0.99% 0.46% -
HSV(B) 16.48º 1% 0.92% -
XYZ 35.83 21.28 2.25 -
YUV 108.24 67.49 217.7 -
System Red Green Blue C M Y K H S L
Decimal 234 65 1 0 0.72 1.00 0.08 16.48 0.99 0.46
Hex EA 41 1 0 48 64 8 10 63 2E
Octal 352 101 1 0 110 144 10 20 143 56
Binary 11101010 1000001 1 0 1001000 1100100 1000 10000 1100011 101110

Color Harmonies of #EA4101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4101

Black with #EA4101

Text Example


Text Example

White with #EA4101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4101; }

 p { color: rgb(234,65,1); }

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

background-color css

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

 a { background-color: rgb(234,65,1); }

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

border-color css

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

 span { border-color: rgb(234,65,1); }

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