Html Css Color HEX #EB390D Orange Red

📋 copy color: '#EB390D'

red 235 ◦ green 57 ◦ blue 13

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

Shades of Orange Red #EB390D

Tints of Orange Red #EB390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.69%

 BLUE value IS 13 (5.47% from 255) = 4.26%

R = 77.05%
G = 18.69%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB390D (or 0xEB390D) is known color: Orange Red. HEX triplet: EB, 39 and 0D. RGB value is (235,57,13). Sum of RGB (Red+Green+Blue) = 235+57+13=305 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.05% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 235 - color contains mainly: red. Hex color #EB390D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB390D is #14C6F2. Grayscale: #696969. Windows color (decimal): -1361651 or 866795. OLE color: 866795.

HSL color Cylindrical-coordinate representation of color #EB390D: hue angle of 11.89º degrees, saturation: 0.9, 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 #EB390D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 57 13 -
CMYK 0 0.76 0.94 0.08
HSL 11.89º 0.9% 0.49% -
HSV(B) 11.89º 0.94% 0.92% -
XYZ 35.8 20.62 2.47 -
YUV 105.21 75.97 220.58 -
System Red Green Blue C M Y K H S L
Decimal 235 57 13 0 0.76 0.94 0.08 11.89 0.9 0.49
Hex EB 39 D 0 4C 5E 8 C 5A 31
Octal 353 71 15 0 114 136 10 14 132 61
Binary 11101011 111001 1101 0 1001100 1011110 1000 1100 1011010 110001

Color Harmonies of #EB390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB390D

Black with #EB390D

Text Example


Text Example

White with #EB390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB390D; }

 p { color: rgb(235,57,13); }

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

background-color css

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

 a { background-color: rgb(235,57,13); }

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

border-color css

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

 span { border-color: rgb(235,57,13); }

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