Html Css Color HEX #E6350A Harley Davidson Orange

📋 copy color: '#E6350A'

red 230 ◦ green 53 ◦ blue 10

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

Shades of Harley Davidson Orange #E6350A

Tints of Harley Davidson Orange #E6350A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.41%

R = 78.5%
G = 18.09%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E6350A (or 0xE6350A) is known color: Harley Davidson Orange. HEX triplet: E6, 35 and 0A. RGB value is (230,53,10). Sum of RGB (Red+Green+Blue) = 230+53+10=293 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.50% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 230 - color contains mainly: red. Hex color #E6350A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6350A is #19CAF5. Grayscale: #656565. Windows color (decimal): -1690358 or 669158. OLE color: 669158.

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

Color convert

RGB 230 53 10 -
CMYK 0 0.77 0.96 0.10
HSL 11.73º 0.92% 0.47% -
HSV(B) 11.73º 0.96% 0.9% -
XYZ 33.96 19.39 2.24 -
YUV 101.02 76.64 220 -
System Red Green Blue C M Y K H S L
Decimal 230 53 10 0 0.77 0.96 0.10 11.73 0.92 0.47
Hex E6 35 A 0 4D 60 A C 5C 2F
Octal 346 65 12 0 115 140 12 14 134 57
Binary 11100110 110101 1010 0 1001101 1100000 1010 1100 1011100 101111

Color Harmonies of #E6350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6350A

Black with #E6350A

Text Example


Text Example

White with #E6350A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6350A; }

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

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

background-color css

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

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

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

border-color css

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

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

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