Html Css Color HEX #E13F09 Harley Davidson Orange

📋 copy color: '#E13F09'

red 225 ◦ green 63 ◦ blue 9

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

Shades of Harley Davidson Orange #E13F09

Tints of Harley Davidson Orange #E13F09

RGB

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

 GREEN value IS 63 (25% from 255) = 21.21%

 BLUE value IS 9 (3.91% from 255) = 3.03%

R = 75.76%
G = 21.21%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E13F09 (or 0xE13F09) is known color: Harley Davidson Orange. HEX triplet: E1, 3F and 09. RGB value is (225,63,9). Sum of RGB (Red+Green+Blue) = 225+63+9=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13F09 is #1EC0F6. Grayscale: #696969. Windows color (decimal): -2015479 or 606177. OLE color: 606177.

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

Color convert

RGB 225 63 9 -
CMYK 0 0.72 0.96 0.12
HSL 15º 0.92% 0.46% -
HSV(B) 15º 0.96% 0.88% -
XYZ 32.88 19.58 2.31 -
YUV 105.28 73.67 213.39 -
System Red Green Blue C M Y K H S L
Decimal 225 63 9 0 0.72 0.96 0.12 15 0.92 0.46
Hex E1 3F 9 0 48 60 C F 5C 2E
Octal 341 77 11 0 110 140 14 17 134 56
Binary 11100001 111111 1001 0 1001000 1100000 1100 1111 1011100 101110

Color Harmonies of #E13F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13F09

Black with #E13F09

Text Example


Text Example

White with #E13F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13F09; }

 p { color: rgb(225,63,9); }

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

background-color css

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

 a { background-color: rgb(225,63,9); }

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

border-color css

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

 span { border-color: rgb(225,63,9); }

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