Html Css Color HEX #E63D11 Harley Davidson Orange

📋 copy color: '#E63D11'

red 230 ◦ green 61 ◦ blue 17

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

Shades of Harley Davidson Orange #E63D11

Tints of Harley Davidson Orange #E63D11

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.81%

 BLUE value IS 17 (7.03% from 255) = 5.52%

R = 74.68%
G = 19.81%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E63D11 (or 0xE63D11) is known color: Harley Davidson Orange. HEX triplet: E6, 3D and 11. RGB value is (230,61,17). Sum of RGB (Red+Green+Blue) = 230+61+17=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E63D11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63D11 is #19C2EE. Grayscale: #6A6A6A. Windows color (decimal): -1688303 or 1129958. OLE color: 1129958.

HSL color Cylindrical-coordinate representation of color #E63D11: hue angle of 12.39º degrees, saturation: 0.86, 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 #E63D11 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 61 17 -
CMYK 0 0.73 0.93 0.10
HSL 12.39º 0.86% 0.48% -
HSV(B) 12.39º 0.93% 0.9% -
XYZ 34.4 20.2 2.62 -
YUV 106.52 77.49 216.08 -
System Red Green Blue C M Y K H S L
Decimal 230 61 17 0 0.73 0.93 0.10 12.39 0.86 0.48
Hex E6 3D 11 0 49 5D A C 56 30
Octal 346 75 21 0 111 135 12 14 126 60
Binary 11100110 111101 10001 0 1001001 1011101 1010 1100 1010110 110000

Color Harmonies of #E63D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63D11

Black with #E63D11

Text Example


Text Example

White with #E63D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63D11; }

 p { color: rgb(230,61,17); }

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

background-color css

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

 a { background-color: rgb(230,61,17); }

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

border-color css

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

 span { border-color: rgb(230,61,17); }

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