#EB3C0D

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

Shades of Orange Red #EB3C0D

Tints of Orange Red #EB3C0D

Color information

#EB3C0D (or 0xEB3C0D) is unknown color: approx Orange Red. HEX triplet: EB, 3C and 0D. RGB value is (235,60,13). Sum of RGB (Red+Green+Blue) = 235+60+13=308 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.30% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3C0D is #14C3F2. Grayscale: #6B6B6B. Windows color (decimal): -1360883 or 867563. OLE color: 867563.

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

Color convert

RGB2356013-
CMYK00.740.940.08
HSL12.7º89.52%48.63%-
HSV(B)12.7º94.47%92.16%-
XYZ35.9520.922.52-
YUV106.9774.98219.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 76.30%
GREEN value IS 60 (23.83% from 255) = 19.48%
BLUE value IS 13 (5.47% from 255) = 4.22%
R=76.30%
G=19.48%
B=4.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235601300.740.940.0812.789.5248.63
HexEB3CD04A5E8d5a31
Octal35374150112136101513261
Binary111010111111001101010010101011110100011011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3C0D; }

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

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

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

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

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

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

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

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