Html Css Color HEX #E6350D Harley Davidson Orange

📋 copy color: '#E6350D'

red 230 ◦ green 53 ◦ blue 13

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

Shades of Harley Davidson Orange #E6350D

Tints of Harley Davidson Orange #E6350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

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

R = 77.7%
G = 17.91%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6350D (or 0xE6350D) is known color: Harley Davidson Orange. HEX triplet: E6, 35 and 0D. RGB value is (230,53,13). Sum of RGB (Red+Green+Blue) = 230+53+13=296 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.70% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 230 - color contains mainly: red. Hex color #E6350D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6350D is #19CAF2. Grayscale: #656565. Windows color (decimal): -1690355 or 865766. OLE color: 865766.

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

Color convert

RGB 230 53 13 -
CMYK 0 0.77 0.94 0.10
HSL 11.06º 0.89% 0.48% -
HSV(B) 11.06º 0.94% 0.9% -
XYZ 33.98 19.4 2.33 -
YUV 101.36 78.14 219.75 -
System Red Green Blue C M Y K H S L
Decimal 230 53 13 0 0.77 0.94 0.10 11.06 0.89 0.48
Hex E6 35 D 0 4D 5E A B 59 30
Octal 346 65 15 0 115 136 12 13 131 60
Binary 11100110 110101 1101 0 1001101 1011110 1010 1011 1011001 110000

Color Harmonies of #E6350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6350D

Black with #E6350D

Text Example


Text Example

White with #E6350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6350D; }

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

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

background-color css

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

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

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

border-color css

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

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

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