#EB3F09

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

Shades of Orange Red #EB3F09

Tints of Orange Red #EB3F09

Color information

#EB3F09 (or 0xEB3F09) is unknown color: approx Orange Red. HEX triplet: EB, 3F and 09. RGB value is (235,63,9). Sum of RGB (Red+Green+Blue) = 235+63+9=307 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.55% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3F09 is #14C0F6. Grayscale: #6C6C6C. Windows color (decimal): -1360119 or 606187. OLE color: 606187.

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

Color convert

RGB235639-
CMYK00.730.960.08
HSL14.34º92.62%47.84%-
HSV(B)14.34º96.17%92.16%-
XYZ36.0921.242.46-
YUV108.2771.98218.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 76.55%
GREEN value IS 63 (25% from 255) = 20.52%
BLUE value IS 9 (3.91% from 255) = 2.93%
R=76.55%
G=20.52%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23563900.730.960.0814.3492.6247.84
HexEB3F9049608e5d30
Octal35377110111140101613560
Binary111010111111111001010010011100000100011101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3F09; }

 p { color: rgb(235,63,9); }

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

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

 a { background-color: rgb(235,63,9); }

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

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

 span { border-color: rgb(235,63,9); }

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