Html Css Color HEX #E13807 Harley Davidson Orange

📋 copy color: '#E13807'

red 225 ◦ green 56 ◦ blue 7

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

Shades of Harley Davidson Orange #E13807

Tints of Harley Davidson Orange #E13807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.43%

R = 78.13%
G = 19.44%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E13807 (or 0xE13807) is known color: Harley Davidson Orange. HEX triplet: E1, 38 and 07. RGB value is (225,56,7). Sum of RGB (Red+Green+Blue) = 225+56+7=288 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.12% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 7 (3.12% from 255 or 2.43% from 288); Max value from RGB is 225 - color contains mainly: red. Hex color #E13807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13807 is #1EC7F8. Grayscale: #656565. Windows color (decimal): -2017273 or 473313. OLE color: 473313.

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

Color convert

RGB 225 56 7 -
CMYK 0 0.75 0.97 0.12
HSL 13.49º 0.94% 0.45% -
HSV(B) 13.49º 0.97% 0.88% -
XYZ 32.5 18.85 2.13 -
YUV 100.95 74.99 216.48 -
System Red Green Blue C M Y K H S L
Decimal 225 56 7 0 0.75 0.97 0.12 13.49 0.94 0.45
Hex E1 38 7 0 4B 61 C D 5E 2D
Octal 341 70 7 0 113 141 14 15 136 55
Binary 11100001 111000 111 0 1001011 1100001 1100 1101 1011110 101101

Color Harmonies of #E13807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13807

Black with #E13807

Text Example


Text Example

White with #E13807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13807; }

 p { color: rgb(225,56,7); }

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

background-color css

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

 a { background-color: rgb(225,56,7); }

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

border-color css

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

 span { border-color: rgb(225,56,7); }

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