Html Css Color HEX #E63211 Harley Davidson Orange

📋 copy color: '#E63211'

red 230 ◦ green 50 ◦ blue 17

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

Shades of Harley Davidson Orange #E63211

Tints of Harley Davidson Orange #E63211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.84%

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

R = 77.44%
G = 16.84%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E63211 (or 0xE63211) is known color: Harley Davidson Orange. HEX triplet: E6, 32 and 11. RGB value is (230,50,17). Sum of RGB (Red+Green+Blue) = 230+50+17=297 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.44% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 230 - color contains mainly: red. Hex color #E63211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63211 is #19CDEE. Grayscale: #646464. Windows color (decimal): -1691119 or 1127142. OLE color: 1127142.

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

Color convert

RGB 230 50 17 -
CMYK 0 0.78 0.93 0.10
HSL 9.3º 0.86% 0.48% -
HSV(B) 9.3º 0.93% 0.9% -
XYZ 33.87 19.14 2.44 -
YUV 100.06 81.13 220.68 -
System Red Green Blue C M Y K H S L
Decimal 230 50 17 0 0.78 0.93 0.10 9.3 0.86 0.48
Hex E6 32 11 0 4E 5D A 9 56 30
Octal 346 62 21 0 116 135 12 11 126 60
Binary 11100110 110010 10001 0 1001110 1011101 1010 1001 1010110 110000

Color Harmonies of #E63211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63211

Black with #E63211

Text Example


Text Example

White with #E63211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63211; }

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

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

background-color css

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

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

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

border-color css

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

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

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