Html Css Color HEX #EB4211 Orange Red

📋 copy color: '#EB4211'

red 235 ◦ green 66 ◦ blue 17

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

Shades of Orange Red #EB4211

Tints of Orange Red #EB4211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.75%

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

R = 73.9%
G = 20.75%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB4211 (or 0xEB4211) is known color: Orange Red. HEX triplet: EB, 42 and 11. RGB value is (235,66,17). Sum of RGB (Red+Green+Blue) = 235+66+17=318 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.90% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4211 is #14BDEE. Grayscale: #6F6F6F. Windows color (decimal): -1359343 or 1131243. OLE color: 1131243.

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

Color convert

RGB 235 66 17 -
CMYK 0 0.72 0.93 0.08
HSL 13.49º 0.87% 0.49% -
HSV(B) 13.49º 0.93% 0.92% -
XYZ 36.31 21.6 2.79 -
YUV 110.95 74.99 216.48 -
System Red Green Blue C M Y K H S L
Decimal 235 66 17 0 0.72 0.93 0.08 13.49 0.87 0.49
Hex EB 42 11 0 48 5D 8 D 57 31
Octal 353 102 21 0 110 135 10 15 127 61
Binary 11101011 1000010 10001 0 1001000 1011101 1000 1101 1010111 110001

Color Harmonies of #EB4211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4211

Black with #EB4211

Text Example


Text Example

White with #EB4211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4211; }

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

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

background-color css

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

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

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

border-color css

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

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

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