#E63A00

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

Shades of Orange Red #E63A00

Tints of Orange Red #E63A00

Color information

#E63A00 (or 0xE63A00) is unknown color: approx Orange Red. HEX triplet: E6, 3A and 00. RGB value is (230,58,0). Sum of RGB (Red+Green+Blue) = 230+58+0=288 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.86% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 230 - color contains mainly: red. Hex color #E63A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63A00 is #19C5FF. Grayscale: #676767. Windows color (decimal): -1689088 or 15078. OLE color: 15078.

HSL color Cylindrical-coordinate representation of color #E63A00: hue angle of 15.13º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E63A00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB230580-
CMYK00.7510.10
HSL15.13º100%45.1%-
HSV(B)15.13º100%90.2%-
XYZ34.1519.852.03-
YUV102.8269.98218.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 79.86%
GREEN value IS 58 (23.05% from 255) = 20.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.86%
G=20.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23058000.7510.1015.1310045.1
HexE63A004B64Af642d
Octal3467200113144121714455
Binary111001101110100010010111100100101011111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E63A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E63A00; }

 p { color: rgb(230,58,0); }

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

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

 a { background-color: rgb(230,58,0); }

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

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

 span { border-color: rgb(230,58,0); }

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