Html Css Color HEX #E6380D Harley Davidson Orange

📋 copy color: '#E6380D'

red 230 ◦ green 56 ◦ blue 13

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

Shades of Harley Davidson Orange #E6380D

Tints of Harley Davidson Orange #E6380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.73%

 BLUE value IS 13 (5.47% from 255) = 4.35%

R = 76.92%
G = 18.73%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6380D (or 0xE6380D) is known color: Harley Davidson Orange. HEX triplet: E6, 38 and 0D. RGB value is (230,56,13). Sum of RGB (Red+Green+Blue) = 230+56+13=299 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.92% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 230 - color contains mainly: red. Hex color #E6380D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6380D is #19C7F2. Grayscale: #676767. Windows color (decimal): -1689587 or 866534. OLE color: 866534.

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

Color convert

RGB 230 56 13 -
CMYK 0 0.76 0.94 0.10
HSL 11.89º 0.89% 0.48% -
HSV(B) 11.89º 0.94% 0.9% -
XYZ 34.12 19.68 2.38 -
YUV 103.12 77.15 218.5 -
System Red Green Blue C M Y K H S L
Decimal 230 56 13 0 0.76 0.94 0.10 11.89 0.89 0.48
Hex E6 38 D 0 4C 5E A C 59 30
Octal 346 70 15 0 114 136 12 14 131 60
Binary 11100110 111000 1101 0 1001100 1011110 1010 1100 1011001 110000

Color Harmonies of #E6380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6380D

Black with #E6380D

Text Example


Text Example

White with #E6380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6380D; }

 p { color: rgb(230,56,13); }

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

background-color css

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

 a { background-color: rgb(230,56,13); }

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

border-color css

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

 span { border-color: rgb(230,56,13); }

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