Html Css Color HEX #E12D1C Harley Davidson Orange

📋 copy color: '#E12D1C'

red 225 ◦ green 45 ◦ blue 28

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

Shades of Harley Davidson Orange #E12D1C

Tints of Harley Davidson Orange #E12D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.4%

R = 75.5%
G = 15.1%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E12D1C (or 0xE12D1C) is known color: Harley Davidson Orange. HEX triplet: E1, 2D and 1C. RGB value is (225,45,28). Sum of RGB (Red+Green+Blue) = 225+45+28=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12D1C is #1ED2E3. Grayscale: #616161. Windows color (decimal): -2020068 or 1846753. OLE color: 1846753.

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

Color convert

RGB 225 45 28 -
CMYK 0 0.8 0.88 0.12
HSL 5.18º 0.78% 0.5% -
HSV(B) 5.18º 0.88% 0.88% -
XYZ 32.2 17.97 2.87 -
YUV 96.88 89.13 219.38 -
System Red Green Blue C M Y K H S L
Decimal 225 45 28 0 0.8 0.88 0.12 5.18 0.78 0.5
Hex E1 2D 1C 0 50 58 C 5 4E 32
Octal 341 55 34 0 120 130 14 5 116 62
Binary 11100001 101101 11100 0 1010000 1011000 1100 101 1001110 110010

Color Harmonies of #E12D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D1C

Black with #E12D1C

Text Example


Text Example

White with #E12D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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