Html Css Color HEX #E13605 Harley Davidson Orange

📋 copy color: '#E13605'

red 225 ◦ green 54 ◦ blue 5

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

Shades of Harley Davidson Orange #E13605

Tints of Harley Davidson Orange #E13605

RGB

 RED value IS 225 (88.28% from 255) = 79.23%

 GREEN value IS 54 (21.48% from 255) = 19.01%

 BLUE value IS 5 (2.34% from 255) = 1.76%

R = 79.23%
G = 19.01%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E13605 (or 0xE13605) is known color: Harley Davidson Orange. HEX triplet: E1, 36 and 05. RGB value is (225,54,5). Sum of RGB (Red+Green+Blue) = 225+54+5=284 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.23% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 225 - color contains mainly: red. Hex color #E13605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13605 is #1EC9FA. Grayscale: #636363. Windows color (decimal): -2017787 or 341729. OLE color: 341729.

HSL color Cylindrical-coordinate representation of color #E13605: hue angle of 13.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E13605 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 54 5 -
CMYK 0 0.76 0.98 0.12
HSL 13.36º 0.96% 0.45% -
HSV(B) 13.36º 0.98% 0.88% -
XYZ 32.4 18.66 2.04 -
YUV 99.54 74.65 217.48 -
System Red Green Blue C M Y K H S L
Decimal 225 54 5 0 0.76 0.98 0.12 13.36 0.96 0.45
Hex E1 36 5 0 4C 62 C D 60 2D
Octal 341 66 5 0 114 142 14 15 140 55
Binary 11100001 110110 101 0 1001100 1100010 1100 1101 1100000 101101

Color Harmonies of #E13605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13605

Black with #E13605

Text Example


Text Example

White with #E13605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13605; }

 p { color: rgb(225,54,5); }

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

background-color css

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

 a { background-color: rgb(225,54,5); }

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

border-color css

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

 span { border-color: rgb(225,54,5); }

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