#E6380A

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

Shades of Orange Red #E6380A

Tints of Orange Red #E6380A

Color information

#E6380A (or 0xE6380A) is unknown color: approx Orange Red. HEX triplet: E6, 38 and 0A. RGB value is (230,56,10). Sum of RGB (Red+Green+Blue) = 230+56+10=296 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.70% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 230 - color contains mainly: red. Hex color #E6380A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6380A is #19C7F5. Grayscale: #676767. Windows color (decimal): -1689590 or 669926. OLE color: 669926.

HSL color Cylindrical-coordinate representation of color #E6380A: hue angle of 12.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6380A is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB2305610-
CMYK00.760.960.10
HSL12.55º91.67%47.06%-
HSV(B)12.55º95.65%90.2%-
XYZ34.119.672.29-
YUV102.7875.65218.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 77.70%
GREEN value IS 56 (22.27% from 255) = 18.92%
BLUE value IS 10 (4.30% from 255) = 3.38%
R=77.70%
G=18.92%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230561000.760.960.1012.5591.6747.06
HexE638A04C60Ad5c2f
Octal34670120114140121513457
Binary111001101110001010010011001100000101011011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6380A; }

 p { color: rgb(230,56,10); }

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

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

 a { background-color: rgb(230,56,10); }

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

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

 span { border-color: rgb(230,56,10); }

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