Html Css Color HEX #E63C10 Harley Davidson Orange

📋 copy color: '#E63C10'

red 230 ◦ green 60 ◦ blue 16

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

Shades of Harley Davidson Orange #E63C10

Tints of Harley Davidson Orange #E63C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.23%

R = 75.16%
G = 19.61%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E63C10 (or 0xE63C10) is known color: Harley Davidson Orange. HEX triplet: E6, 3C and 10. RGB value is (230,60,16). Sum of RGB (Red+Green+Blue) = 230+60+16=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E63C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63C10 is #19C3EF. Grayscale: #6A6A6A. Windows color (decimal): -1688560 or 1064166. OLE color: 1064166.

HSL color Cylindrical-coordinate representation of color #E63C10: hue angle of 12.34º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E63C10 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 60 16 -
CMYK 0 0.74 0.93 0.10
HSL 12.34º 0.87% 0.48% -
HSV(B) 12.34º 0.93% 0.9% -
XYZ 34.34 20.09 2.56 -
YUV 105.81 77.32 216.58 -
System Red Green Blue C M Y K H S L
Decimal 230 60 16 0 0.74 0.93 0.10 12.34 0.87 0.48
Hex E6 3C 10 0 4A 5D A C 57 30
Octal 346 74 20 0 112 135 12 14 127 60
Binary 11100110 111100 10000 0 1001010 1011101 1010 1100 1010111 110000

Color Harmonies of #E63C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63C10

Black with #E63C10

Text Example


Text Example

White with #E63C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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