Html Css Color HEX #EB380A Orange Red

📋 copy color: '#EB380A'

red 235 ◦ green 56 ◦ blue 10

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

Shades of Orange Red #EB380A

Tints of Orange Red #EB380A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.32%

R = 78.07%
G = 18.6%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB380A (or 0xEB380A) is known color: Orange Red. HEX triplet: EB, 38 and 0A. RGB value is (235,56,10). Sum of RGB (Red+Green+Blue) = 235+56+10=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB380A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB380A is #14C7F5. Grayscale: #686868. Windows color (decimal): -1361910 or 669931. OLE color: 669931.

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

Color convert

RGB 235 56 10 -
CMYK 0 0.76 0.96 0.08
HSL 12.27º 0.92% 0.48% -
HSV(B) 12.27º 0.96% 0.92% -
XYZ 35.73 20.51 2.36 -
YUV 104.28 74.8 221.24 -
System Red Green Blue C M Y K H S L
Decimal 235 56 10 0 0.76 0.96 0.08 12.27 0.92 0.48
Hex EB 38 A 0 4C 60 8 C 5C 30
Octal 353 70 12 0 114 140 10 14 134 60
Binary 11101011 111000 1010 0 1001100 1100000 1000 1100 1011100 110000

Color Harmonies of #EB380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB380A

Black with #EB380A

Text Example


Text Example

White with #EB380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB380A; }

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

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

background-color css

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

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

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

border-color css

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

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

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