Html Css Color HEX #E13808 Harley Davidson Orange

📋 copy color: '#E13808'

red 225 ◦ green 56 ◦ blue 8

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

Shades of Harley Davidson Orange #E13808

Tints of Harley Davidson Orange #E13808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.77%

R = 77.85%
G = 19.38%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E13808 (or 0xE13808) is known color: Harley Davidson Orange. HEX triplet: E1, 38 and 08. RGB value is (225,56,8). Sum of RGB (Red+Green+Blue) = 225+56+8=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E13808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13808 is #1EC7F7. Grayscale: #656565. Windows color (decimal): -2017272 or 538849. OLE color: 538849.

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

Color convert

RGB 225 56 8 -
CMYK 0 0.75 0.96 0.12
HSL 13.27º 0.93% 0.46% -
HSV(B) 13.27º 0.96% 0.88% -
XYZ 32.51 18.85 2.16 -
YUV 101.06 75.49 216.4 -
System Red Green Blue C M Y K H S L
Decimal 225 56 8 0 0.75 0.96 0.12 13.27 0.93 0.46
Hex E1 38 8 0 4B 60 C D 5D 2E
Octal 341 70 10 0 113 140 14 15 135 56
Binary 11100001 111000 1000 0 1001011 1100000 1100 1101 1011101 101110

Color Harmonies of #E13808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13808

Black with #E13808

Text Example


Text Example

White with #E13808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13808; }

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

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

background-color css

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

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

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

border-color css

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

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

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