#EB3810

Color #EB3810 Orange Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Red #EB3810

Tints of Orange Red #EB3810

Color information

#EB3810 (or 0xEB3810) is unknown color: approx Orange Red. HEX triplet: EB, 38 and 10. RGB value is (235,56,16). Sum of RGB (Red+Green+Blue) = 235+56+16=307 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.55% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3810 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3810 is #14C7EF. Grayscale: #696969. Windows color (decimal): -1361904 or 1063147. OLE color: 1063147.

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

Color convert

RGB2355616-
CMYK00.760.930.08
HSL10.96º87.25%49.22%-
HSV(B)10.96º93.19%92.16%-
XYZ35.7720.532.57-
YUV104.9677.8220.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 76.55%
GREEN value IS 56 (22.27% from 255) = 18.24%
BLUE value IS 16 (6.64% from 255) = 5.21%
R=76.55%
G=18.24%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235561600.760.930.0810.9687.2549.22
HexEB381004C5D8b5731
Octal35370200114135101312761
Binary1110101111100010000010011001011101100010111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3810; }

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

 H1.HeaderClassName
 {
   color: #EB3810;
 }
 .AnyTagClassName
 {
   color: #EB3810;
 }
</style>
background-color css

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

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

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

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

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

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