Html Css Color HEX #EB4010 Orange Red

📋 copy color: '#EB4010'

red 235 ◦ green 64 ◦ blue 16

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

Shades of Orange Red #EB4010

Tints of Orange Red #EB4010

RGB

 RED value IS 235 (92.19% from 255) = 74.6%

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

 BLUE value IS 16 (6.64% from 255) = 5.08%

R = 74.6%
G = 20.32%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB4010 (or 0xEB4010) is known color: Orange Red. HEX triplet: EB, 40 and 10. RGB value is (235,64,16). Sum of RGB (Red+Green+Blue) = 235+64+16=315 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.60% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4010 is #14BFEF. Grayscale: #6E6E6E. Windows color (decimal): -1359856 or 1065195. OLE color: 1065195.

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

Color convert

RGB 235 64 16 -
CMYK 0 0.73 0.93 0.08
HSL 13.15º 0.87% 0.49% -
HSV(B) 13.15º 0.93% 0.92% -
XYZ 36.19 21.37 2.71 -
YUV 109.66 75.15 217.4 -
System Red Green Blue C M Y K H S L
Decimal 235 64 16 0 0.73 0.93 0.08 13.15 0.87 0.49
Hex EB 40 10 0 49 5D 8 D 57 31
Octal 353 100 20 0 111 135 10 15 127 61
Binary 11101011 1000000 10000 0 1001001 1011101 1000 1101 1010111 110001

Color Harmonies of #EB4010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4010

Black with #EB4010

Text Example


Text Example

White with #EB4010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4010; }

 p { color: rgb(235,64,16); }

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

background-color css

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

 a { background-color: rgb(235,64,16); }

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

border-color css

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

 span { border-color: rgb(235,64,16); }

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