Html Css Color HEX #EB3C11 Orange Red

📋 copy color: '#EB3C11'

red 235 ◦ green 60 ◦ blue 17

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

Shades of Orange Red #EB3C11

Tints of Orange Red #EB3C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.23%

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

R = 75.32%
G = 19.23%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB3C11 (or 0xEB3C11) is known color: Orange Red. HEX triplet: EB, 3C and 11. RGB value is (235,60,17). Sum of RGB (Red+Green+Blue) = 235+60+17=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3C11 is #14C3EE. Grayscale: #6B6B6B. Windows color (decimal): -1360879 or 1129707. OLE color: 1129707.

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

Color convert

RGB 235 60 17 -
CMYK 0 0.74 0.93 0.08
HSL 11.83º 0.87% 0.49% -
HSV(B) 11.83º 0.93% 0.92% -
XYZ 35.98 20.93 2.67 -
YUV 107.42 76.98 219 -
System Red Green Blue C M Y K H S L
Decimal 235 60 17 0 0.74 0.93 0.08 11.83 0.87 0.49
Hex EB 3C 11 0 4A 5D 8 C 57 31
Octal 353 74 21 0 112 135 10 14 127 61
Binary 11101011 111100 10001 0 1001010 1011101 1000 1100 1010111 110001

Color Harmonies of #EB3C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3C11

Black with #EB3C11

Text Example


Text Example

White with #EB3C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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