Html Css Color HEX #E13008 Harley Davidson Orange

📋 copy color: '#E13008'

red 225 ◦ green 48 ◦ blue 8

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

Shades of Harley Davidson Orange #E13008

Tints of Harley Davidson Orange #E13008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.08%

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

R = 80.07%
G = 17.08%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E13008 (or 0xE13008) is known color: Harley Davidson Orange. HEX triplet: E1, 30 and 08. RGB value is (225,48,8). Sum of RGB (Red+Green+Blue) = 225+48+8=281 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.07% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 225 - color contains mainly: red. Hex color #E13008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13008 is #1ECFF7. Grayscale: #606060. Windows color (decimal): -2019320 or 536801. OLE color: 536801.

HSL color Cylindrical-coordinate representation of color #E13008: hue angle of 11.06º 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 #E13008 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 48 8 -
CMYK 0 0.79 0.96 0.12
HSL 11.06º 0.93% 0.46% -
HSV(B) 11.06º 0.96% 0.88% -
XYZ 32.15 18.14 2.04 -
YUV 96.36 78.14 219.75 -
System Red Green Blue C M Y K H S L
Decimal 225 48 8 0 0.79 0.96 0.12 11.06 0.93 0.46
Hex E1 30 8 0 4F 60 C B 5D 2E
Octal 341 60 10 0 117 140 14 13 135 56
Binary 11100001 110000 1000 0 1001111 1100000 1100 1011 1011101 101110

Color Harmonies of #E13008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13008

Black with #E13008

Text Example


Text Example

White with #E13008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13008; }

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

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

background-color css

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

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

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

border-color css

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

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

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