Html Css Color HEX #E12D1E Harley Davidson Orange

📋 copy color: '#E12D1E'

red 225 ◦ green 45 ◦ blue 30

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

Shades of Harley Davidson Orange #E12D1E

Tints of Harley Davidson Orange #E12D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10%

R = 75%
G = 15%
B = 10%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E12D1E (or 0xE12D1E) is known color: Harley Davidson Orange. HEX triplet: E1, 2D and 1E. RGB value is (225,45,30). Sum of RGB (Red+Green+Blue) = 225+45+30=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12D1E is #1ED2E1. Grayscale: #616161. Windows color (decimal): -2020066 or 1977825. OLE color: 1977825.

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

Color convert

RGB 225 45 30 -
CMYK 0 0.8 0.87 0.12
HSL 4.62º 0.76% 0.5% -
HSV(B) 4.62º 0.87% 0.88% -
XYZ 32.22 17.98 3 -
YUV 97.11 90.13 219.22 -
System Red Green Blue C M Y K H S L
Decimal 225 45 30 0 0.8 0.87 0.12 4.62 0.76 0.5
Hex E1 2D 1E 0 50 57 C 5 4C 32
Octal 341 55 36 0 120 127 14 5 114 62
Binary 11100001 101101 11110 0 1010000 1010111 1100 101 1001100 110010

Color Harmonies of #E12D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D1E

Black with #E12D1E

Text Example


Text Example

White with #E12D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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