Html Css Color HEX #E6340C Harley Davidson Orange

📋 copy color: '#E6340C'

red 230 ◦ green 52 ◦ blue 12

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

Shades of Harley Davidson Orange #E6340C

Tints of Harley Davidson Orange #E6340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.69%

 BLUE value IS 12 (5.08% from 255) = 4.08%

R = 78.23%
G = 17.69%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6340C (or 0xE6340C) is known color: Harley Davidson Orange. HEX triplet: E6, 34 and 0C. RGB value is (230,52,12). Sum of RGB (Red+Green+Blue) = 230+52+12=294 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.23% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 230 - color contains mainly: red. Hex color #E6340C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6340C is #19CBF3. Grayscale: #656565. Windows color (decimal): -1690612 or 799974. OLE color: 799974.

HSL color Cylindrical-coordinate representation of color #E6340C: hue angle of 11.01º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6340C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 52 12 -
CMYK 0 0.77 0.95 0.10
HSL 11.01º 0.9% 0.47% -
HSV(B) 11.01º 0.95% 0.9% -
XYZ 33.93 19.31 2.29 -
YUV 100.66 77.97 220.25 -
System Red Green Blue C M Y K H S L
Decimal 230 52 12 0 0.77 0.95 0.10 11.01 0.9 0.47
Hex E6 34 C 0 4D 5F A B 5A 2F
Octal 346 64 14 0 115 137 12 13 132 57
Binary 11100110 110100 1100 0 1001101 1011111 1010 1011 1011010 101111

Color Harmonies of #E6340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6340C

Black with #E6340C

Text Example


Text Example

White with #E6340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6340C; }

 p { color: rgb(230,52,12); }

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

background-color css

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

 a { background-color: rgb(230,52,12); }

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

border-color css

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

 span { border-color: rgb(230,52,12); }

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