Html Css Color HEX #E12D00 Harley Davidson Orange

📋 copy color: '#E12D00'

red 225 ◦ green 45 ◦ blue 0

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

Shades of Harley Davidson Orange #E12D00

Tints of Harley Davidson Orange #E12D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.33%
G = 16.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E12D00 (or 0xE12D00) is known color: Harley Davidson Orange. HEX triplet: E1, 2D and 00. RGB value is (225,45,0). Sum of RGB (Red+Green+Blue) = 225+45+0=270 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.33% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12D00 is #1ED2FF. Grayscale: #5E5E5E. Windows color (decimal): -2020096 or 11745. OLE color: 11745.

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

Color convert

RGB 225 45 0 -
CMYK 0 0.8 1 0.12
HSL 12º 1% 0.44% -
HSV(B) 12º 1% 0.88% -
XYZ 31.99 17.88 1.77 -
YUV 93.69 75.13 221.66 -
System Red Green Blue C M Y K H S L
Decimal 225 45 0 0 0.8 1 0.12 12 1 0.44
Hex E1 2D 0 0 50 64 C C 64 2C
Octal 341 55 0 0 120 144 14 14 144 54
Binary 11100001 101101 0 0 1010000 1100100 1100 1100 1100100 101100

Color Harmonies of #E12D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D00

Black with #E12D00

Text Example


Text Example

White with #E12D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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