Html Css Color HEX #EB380D Orange Red

📋 copy color: '#EB380D'

red 235 ◦ green 56 ◦ blue 13

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

Shades of Orange Red #EB380D

Tints of Orange Red #EB380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.42%

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

R = 77.3%
G = 18.42%
B = 4.28%

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

#EB380D (or 0xEB380D) is known color: Orange Red. HEX triplet: EB, 38 and 0D. RGB value is (235,56,13). Sum of RGB (Red+Green+Blue) = 235+56+13=304 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.30% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 235 - color contains mainly: red. Hex color #EB380D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB380D is #14C7F2. Grayscale: #686868. Windows color (decimal): -1361907 or 866539. OLE color: 866539.

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

Color convert

RGB 235 56 13 -
CMYK 0 0.76 0.94 0.08
HSL 11.62º 0.9% 0.49% -
HSV(B) 11.62º 0.94% 0.92% -
XYZ 35.75 20.52 2.46 -
YUV 104.62 76.3 221 -
System Red Green Blue C M Y K H S L
Decimal 235 56 13 0 0.76 0.94 0.08 11.62 0.9 0.49
Hex EB 38 D 0 4C 5E 8 C 5A 31
Octal 353 70 15 0 114 136 10 14 132 61
Binary 11101011 111000 1101 0 1001100 1011110 1000 1100 1011010 110001

Color Harmonies of #EB380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB380D

Black with #EB380D

Text Example


Text Example

White with #EB380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB380D; }

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

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

background-color css

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

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

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

border-color css

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

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

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