#EB3815

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

Shades of Orange Red #EB3815

Tints of Orange Red #EB3815

Color information

#EB3815 (or 0xEB3815) is unknown color: approx Orange Red. HEX triplet: EB, 38 and 15. RGB value is (235,56,21). Sum of RGB (Red+Green+Blue) = 235+56+21=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3815 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3815 is #14C7EA. Grayscale: #696969. Windows color (decimal): -1361899 or 1390827. OLE color: 1390827.

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

Color convert

RGB2355621-
CMYK00.760.910.08
HSL9.81º84.25%50.2%-
HSV(B)9.81º91.06%92.16%-
XYZ35.8120.542.79-
YUV105.5380.3220.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 75.32%
GREEN value IS 56 (22.27% from 255) = 17.95%
BLUE value IS 21 (8.59% from 255) = 6.73%
R=75.32%
G=17.95%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235562100.760.910.089.8184.2550.2
HexEB381504C5B8a5432
Octal35370250114133101212462
Binary1110101111100010101010011001011011100010101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3815; }

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

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

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

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

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

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

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

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