#EB3610

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

Shades of Orange Red #EB3610

Tints of Orange Red #EB3610

Color information

#EB3610 (or 0xEB3610) is unknown color: approx Orange Red. HEX triplet: EB, 36 and 10. RGB value is (235,54,16). Sum of RGB (Red+Green+Blue) = 235+54+16=305 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.05% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3610 is #14C9EF. Grayscale: #686868. Windows color (decimal): -1362416 or 1062635. OLE color: 1062635.

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

Color convert

RGB2355416-
CMYK00.770.930.08
HSL10.41º87.25%49.22%-
HSV(B)10.41º93.19%92.16%-
XYZ35.6720.342.54-
YUV103.7978.47221.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 77.05%
GREEN value IS 54 (21.48% from 255) = 17.70%
BLUE value IS 16 (6.64% from 255) = 5.25%
R=77.05%
G=17.70%
B=5.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235541600.770.930.0810.4187.2549.22
HexEB361004D5D8a5731
Octal35366200115135101212761
Binary1110101111011010000010011011011101100010101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3610; }

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

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

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

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

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

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

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

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