#E63F01

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

Shades of Orange Red #E63F01

Tints of Orange Red #E63F01

Color information

#E63F01 (or 0xE63F01) is unknown color: approx Orange Red. HEX triplet: E6, 3F and 01. RGB value is (230,63,1). Sum of RGB (Red+Green+Blue) = 230+63+1=294 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.23% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 230 - color contains mainly: red. Hex color #E63F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63F01 is #19C0FE. Grayscale: #6A6A6A. Windows color (decimal): -1687807 or 81894. OLE color: 81894.

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

Color convert

RGB230631-
CMYK00.731.000.10
HSL16.24º99.13%45.29%-
HSV(B)16.24º99.57%90.2%-
XYZ34.4220.382.15-
YUV105.8668.83216.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 78.23%
GREEN value IS 63 (25% from 255) = 21.43%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=78.23%
G=21.43%
B=0.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23063100.731.000.1016.2499.1345.29
HexE63F104964A10632d
Octal3467710111144122014355
Binary1110011011111110100100111001001010100001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E63F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E63F01; }

 p { color: rgb(230,63,1); }

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

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

 a { background-color: rgb(230,63,1); }

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

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

 span { border-color: rgb(230,63,1); }

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