Html Css Color HEX #EB3E0E Orange Red

📋 copy color: '#EB3E0E'

red 235 ◦ green 62 ◦ blue 14

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

Shades of Orange Red #EB3E0E

Tints of Orange Red #EB3E0E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.94%

 BLUE value IS 14 (5.86% from 255) = 4.5%

R = 75.56%
G = 19.94%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB3E0E (or 0xEB3E0E) is known color: Orange Red. HEX triplet: EB, 3E and 0E. RGB value is (235,62,14). Sum of RGB (Red+Green+Blue) = 235+62+14=311 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.56% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3E0E is #14C1F1. Grayscale: #6C6C6C. Windows color (decimal): -1360370 or 933611. OLE color: 933611.

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

Color convert

RGB 235 62 14 -
CMYK 0 0.74 0.94 0.08
HSL 13.03º 0.89% 0.49% -
HSV(B) 13.03º 0.94% 0.92% -
XYZ 36.06 21.14 2.6 -
YUV 108.26 74.81 218.4 -
System Red Green Blue C M Y K H S L
Decimal 235 62 14 0 0.74 0.94 0.08 13.03 0.89 0.49
Hex EB 3E E 0 4A 5E 8 D 59 31
Octal 353 76 16 0 112 136 10 15 131 61
Binary 11101011 111110 1110 0 1001010 1011110 1000 1101 1011001 110001

Color Harmonies of #EB3E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3E0E

Black with #EB3E0E

Text Example


Text Example

White with #EB3E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3E0E; }

 p { color: rgb(235,62,14); }

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

background-color css

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

 a { background-color: rgb(235,62,14); }

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

border-color css

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

 span { border-color: rgb(235,62,14); }

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