Html Css Color HEX #EB360D Orange Red

📋 copy color: '#EB360D'

red 235 ◦ green 54 ◦ blue 13

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

Shades of Orange Red #EB360D

Tints of Orange Red #EB360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.88%

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

R = 77.81%
G = 17.88%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB360D (or 0xEB360D) is known color: Orange Red. HEX triplet: EB, 36 and 0D. RGB value is (235,54,13). Sum of RGB (Red+Green+Blue) = 235+54+13=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB360D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB360D is #14C9F2. Grayscale: #676767. Windows color (decimal): -1362419 or 866027. OLE color: 866027.

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

Color convert

RGB 235 54 13 -
CMYK 0 0.77 0.94 0.08
HSL 11.08º 0.9% 0.49% -
HSV(B) 11.08º 0.94% 0.92% -
XYZ 35.65 20.33 2.43 -
YUV 103.45 76.97 221.83 -
System Red Green Blue C M Y K H S L
Decimal 235 54 13 0 0.77 0.94 0.08 11.08 0.9 0.49
Hex EB 36 D 0 4D 5E 8 B 5A 31
Octal 353 66 15 0 115 136 10 13 132 61
Binary 11101011 110110 1101 0 1001101 1011110 1000 1011 1011010 110001

Color Harmonies of #EB360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB360D

Black with #EB360D

Text Example


Text Example

White with #EB360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB360D; }

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

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

background-color css

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

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

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

border-color css

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

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

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