Html Css Color HEX #E13613 Harley Davidson Orange

📋 copy color: '#E13613'

red 225 ◦ green 54 ◦ blue 19

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

Shades of Harley Davidson Orange #E13613

Tints of Harley Davidson Orange #E13613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.38%

R = 75.5%
G = 18.12%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E13613 (or 0xE13613) is known color: Harley Davidson Orange. HEX triplet: E1, 36 and 13. RGB value is (225,54,19). Sum of RGB (Red+Green+Blue) = 225+54+19=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E13613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13613 is #1EC9EC. Grayscale: #656565. Windows color (decimal): -2017773 or 1259233. OLE color: 1259233.

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

Color convert

RGB 225 54 19 -
CMYK 0 0.76 0.92 0.12
HSL 10.19º 0.84% 0.48% -
HSV(B) 10.19º 0.92% 0.88% -
XYZ 32.49 18.69 2.51 -
YUV 101.14 81.65 216.35 -
System Red Green Blue C M Y K H S L
Decimal 225 54 19 0 0.76 0.92 0.12 10.19 0.84 0.48
Hex E1 36 13 0 4C 5C C A 54 30
Octal 341 66 23 0 114 134 14 12 124 60
Binary 11100001 110110 10011 0 1001100 1011100 1100 1010 1010100 110000

Color Harmonies of #E13613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13613

Black with #E13613

Text Example


Text Example

White with #E13613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13613; }

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

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

background-color css

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

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

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

border-color css

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

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

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