Html Css Color HEX #E12B1D Harley Davidson Orange

📋 copy color: '#E12B1D'

red 225 ◦ green 43 ◦ blue 29

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

Shades of Harley Davidson Orange #E12B1D

Tints of Harley Davidson Orange #E12B1D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.48%

 BLUE value IS 29 (11.72% from 255) = 9.76%

R = 75.76%
G = 14.48%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E12B1D (or 0xE12B1D) is known color: Harley Davidson Orange. HEX triplet: E1, 2B and 1D. RGB value is (225,43,29). Sum of RGB (Red+Green+Blue) = 225+43+29=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12B1D is #1ED4E2. Grayscale: #606060. Windows color (decimal): -2020579 or 1911777. OLE color: 1911777.

HSL color Cylindrical-coordinate representation of color #E12B1D: hue angle of 4.29º degrees, saturation: 0.77, 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 #E12B1D is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 43 29 -
CMYK 0 0.81 0.87 0.12
HSL 4.29º 0.77% 0.5% -
HSV(B) 4.29º 0.87% 0.88% -
XYZ 32.14 17.82 2.91 -
YUV 95.82 90.3 220.14 -
System Red Green Blue C M Y K H S L
Decimal 225 43 29 0 0.81 0.87 0.12 4.29 0.77 0.5
Hex E1 2B 1D 0 51 57 C 4 4D 32
Octal 341 53 35 0 121 127 14 4 115 62
Binary 11100001 101011 11101 0 1010001 1010111 1100 100 1001101 110010

Color Harmonies of #E12B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12B1D

Black with #E12B1D

Text Example


Text Example

White with #E12B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12B1D; }

 p { color: rgb(225,43,29); }

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

background-color css

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

 a { background-color: rgb(225,43,29); }

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

border-color css

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

 span { border-color: rgb(225,43,29); }

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