Html Css Color HEX #EB3A11 Orange Red

📋 copy color: '#EB3A11'

red 235 ◦ green 58 ◦ blue 17

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

Shades of Orange Red #EB3A11

Tints of Orange Red #EB3A11

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.71%

 BLUE value IS 17 (7.03% from 255) = 5.48%

R = 75.81%
G = 18.71%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB3A11 (or 0xEB3A11) is known color: Orange Red. HEX triplet: EB, 3A and 11. RGB value is (235,58,17). Sum of RGB (Red+Green+Blue) = 235+58+17=310 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.81% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3A11 is #14C5EE. Grayscale: #6A6A6A. Windows color (decimal): -1361391 or 1129195. OLE color: 1129195.

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

Color convert

RGB 235 58 17 -
CMYK 0 0.75 0.93 0.08
HSL 11.28º 0.87% 0.49% -
HSV(B) 11.28º 0.93% 0.92% -
XYZ 35.88 20.73 2.64 -
YUV 106.25 77.64 219.83 -
System Red Green Blue C M Y K H S L
Decimal 235 58 17 0 0.75 0.93 0.08 11.28 0.87 0.49
Hex EB 3A 11 0 4B 5D 8 B 57 31
Octal 353 72 21 0 113 135 10 13 127 61
Binary 11101011 111010 10001 0 1001011 1011101 1000 1011 1010111 110001

Color Harmonies of #EB3A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A11

Black with #EB3A11

Text Example


Text Example

White with #EB3A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A11; }

 p { color: rgb(235,58,17); }

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

background-color css

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

 a { background-color: rgb(235,58,17); }

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

border-color css

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

 span { border-color: rgb(235,58,17); }

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