Html Css Color HEX #E6340F Harley Davidson Orange

📋 copy color: '#E6340F'

red 230 ◦ green 52 ◦ blue 15

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

Shades of Harley Davidson Orange #E6340F

Tints of Harley Davidson Orange #E6340F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.05%

R = 77.44%
G = 17.51%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6340F (or 0xE6340F) is known color: Harley Davidson Orange. HEX triplet: E6, 34 and 0F. RGB value is (230,52,15). Sum of RGB (Red+Green+Blue) = 230+52+15=297 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.44% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 230 - color contains mainly: red. Hex color #E6340F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6340F is #19CBF0. Grayscale: #656565. Windows color (decimal): -1690609 or 996582. OLE color: 996582.

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

Color convert

RGB 230 52 15 -
CMYK 0 0.77 0.93 0.10
HSL 10.33º 0.88% 0.48% -
HSV(B) 10.33º 0.93% 0.9% -
XYZ 33.95 19.31 2.39 -
YUV 101 79.47 220.01 -
System Red Green Blue C M Y K H S L
Decimal 230 52 15 0 0.77 0.93 0.10 10.33 0.88 0.48
Hex E6 34 F 0 4D 5D A A 58 30
Octal 346 64 17 0 115 135 12 12 130 60
Binary 11100110 110100 1111 0 1001101 1011101 1010 1010 1011000 110000

Color Harmonies of #E6340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6340F

Black with #E6340F

Text Example


Text Example

White with #E6340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6340F; }

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

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

background-color css

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

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

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

border-color css

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

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

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