Html Css Color HEX #E12D01 Harley Davidson Orange

📋 copy color: '#E12D01'

red 225 ◦ green 45 ◦ blue 1

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

Shades of Harley Davidson Orange #E12D01

Tints of Harley Davidson Orange #E12D01

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.61%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 83.03%
G = 16.61%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E12D01 (or 0xE12D01) is known color: Harley Davidson Orange. HEX triplet: E1, 2D and 01. RGB value is (225,45,1). Sum of RGB (Red+Green+Blue) = 225+45+1=271 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.03% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12D01 is #1ED2FE. Grayscale: #5E5E5E. Windows color (decimal): -2020095 or 77281. OLE color: 77281.

HSL color Cylindrical-coordinate representation of color #E12D01: hue angle of 11.79º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E12D01 is Cyan = 0, Magento = 0.8, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 45 1 -
CMYK 0 0.8 1.00 0.12
HSL 11.79º 0.99% 0.44% -
HSV(B) 11.79º 1% 0.88% -
XYZ 32 17.89 1.79 -
YUV 93.8 75.63 221.58 -
System Red Green Blue C M Y K H S L
Decimal 225 45 1 0 0.8 1.00 0.12 11.79 0.99 0.44
Hex E1 2D 1 0 50 64 C C 63 2C
Octal 341 55 1 0 120 144 14 14 143 54
Binary 11100001 101101 1 0 1010000 1100100 1100 1100 1100011 101100

Color Harmonies of #E12D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D01

Black with #E12D01

Text Example


Text Example

White with #E12D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D01; }

 p { color: rgb(225,45,1); }

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

background-color css

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

 a { background-color: rgb(225,45,1); }

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

border-color css

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

 span { border-color: rgb(225,45,1); }

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