Html Css Color HEX #EB390C Orange Red

📋 copy color: '#EB390C'

red 235 ◦ green 57 ◦ blue 12

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

Shades of Orange Red #EB390C

Tints of Orange Red #EB390C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.95%

R = 77.3%
G = 18.75%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB390C (or 0xEB390C) is known color: Orange Red. HEX triplet: EB, 39 and 0C. RGB value is (235,57,12). Sum of RGB (Red+Green+Blue) = 235+57+12=304 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.30% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 235 - color contains mainly: red. Hex color #EB390C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB390C is #14C6F3. Grayscale: #696969. Windows color (decimal): -1361652 or 801259. OLE color: 801259.

HSL color Cylindrical-coordinate representation of color #EB390C: hue angle of 12.11º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB390C is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 57 12 -
CMYK 0 0.76 0.95 0.08
HSL 12.11º 0.9% 0.48% -
HSV(B) 12.11º 0.95% 0.92% -
XYZ 35.79 20.61 2.44 -
YUV 105.09 75.47 220.66 -
System Red Green Blue C M Y K H S L
Decimal 235 57 12 0 0.76 0.95 0.08 12.11 0.9 0.48
Hex EB 39 C 0 4C 5F 8 C 5A 30
Octal 353 71 14 0 114 137 10 14 132 60
Binary 11101011 111001 1100 0 1001100 1011111 1000 1100 1011010 110000

Color Harmonies of #EB390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB390C

Black with #EB390C

Text Example


Text Example

White with #EB390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB390C; }

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

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

background-color css

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

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

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

border-color css

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

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

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