Html Css Color HEX #E63C00 Orange Red

📋 copy color: '#E63C00'

red 230 ◦ green 60 ◦ blue 0

#E63C00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #E63C00

Tints of Orange Red #E63C00

RGB

 RED value IS 230 (90.23% from 255) = 79.31%

 GREEN value IS 60 (23.83% from 255) = 20.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.31%
G = 20.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E63C00 (or 0xE63C00) is known color: Orange Red. HEX triplet: E6, 3C and 00. RGB value is (230,60,0). Sum of RGB (Red+Green+Blue) = 230+60+0=290 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.31% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 230 - color contains mainly: red. Hex color #E63C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63C00 is #19C3FF. Grayscale: #686868. Windows color (decimal): -1688576 or 15590. OLE color: 15590.

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

Color convert

RGB 230 60 0 -
CMYK 0 0.74 1 0.10
HSL 15.65º 1% 0.45% -
HSV(B) 15.65º 1% 0.9% -
XYZ 34.25 20.05 2.07 -
YUV 103.99 69.32 217.88 -
System Red Green Blue C M Y K H S L
Decimal 230 60 0 0 0.74 1 0.10 15.65 1 0.45
Hex E6 3C 0 0 4A 64 A 10 64 2D
Octal 346 74 0 0 112 144 12 20 144 55
Binary 11100110 111100 0 0 1001010 1100100 1010 10000 1100100 101101

Color Harmonies of #E63C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63C00

Black with #E63C00

Text Example


Text Example

White with #E63C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63C00; }

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

 H1.HeaderClassName
 {
   color: #E63C00;
 }
 .AnyTagClassName
 {
   color: #E63C00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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