Html Css Color HEX #E12607 Harley Davidson Orange

📋 copy color: '#E12607'

red 225 ◦ green 38 ◦ blue 7

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

Shades of Harley Davidson Orange #E12607

Tints of Harley Davidson Orange #E12607

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.07%

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

R = 83.33%
G = 14.07%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E12607 (or 0xE12607) is known color: Harley Davidson Orange. HEX triplet: E1, 26 and 07. RGB value is (225,38,7). Sum of RGB (Red+Green+Blue) = 225+38+7=270 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.33% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 225 - color contains mainly: red. Hex color #E12607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12607 is #1ED9F8. Grayscale: #5A5A5A. Windows color (decimal): -2021881 or 468705. OLE color: 468705.

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

Color convert

RGB 225 38 7 -
CMYK 0 0.83 0.97 0.12
HSL 8.53º 0.94% 0.45% -
HSV(B) 8.53º 0.97% 0.88% -
XYZ 31.78 17.41 1.89 -
YUV 90.38 80.95 224.02 -
System Red Green Blue C M Y K H S L
Decimal 225 38 7 0 0.83 0.97 0.12 8.53 0.94 0.45
Hex E1 26 7 0 53 61 C 9 5E 2D
Octal 341 46 7 0 123 141 14 11 136 55
Binary 11100001 100110 111 0 1010011 1100001 1100 1001 1011110 101101

Color Harmonies of #E12607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12607

Black with #E12607

Text Example


Text Example

White with #E12607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12607; }

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

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

background-color css

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

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

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

border-color css

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

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

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