Html Css Color HEX #E12B15 Harley Davidson Orange

📋 copy color: '#E12B15'

red 225 ◦ green 43 ◦ blue 21

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

Shades of Harley Davidson Orange #E12B15

Tints of Harley Davidson Orange #E12B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.27%

R = 77.85%
G = 14.88%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E12B15 (or 0xE12B15) is known color: Harley Davidson Orange. HEX triplet: E1, 2B and 15. RGB value is (225,43,21). Sum of RGB (Red+Green+Blue) = 225+43+21=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12B15 is #1ED4EA. Grayscale: #5F5F5F. Windows color (decimal): -2020587 or 1387489. OLE color: 1387489.

HSL color Cylindrical-coordinate representation of color #E12B15: hue angle of 6.47º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E12B15 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 43 21 -
CMYK 0 0.81 0.91 0.12
HSL 6.47º 0.83% 0.48% -
HSV(B) 6.47º 0.91% 0.88% -
XYZ 32.05 17.79 2.45 -
YUV 94.91 86.3 220.79 -
System Red Green Blue C M Y K H S L
Decimal 225 43 21 0 0.81 0.91 0.12 6.47 0.83 0.48
Hex E1 2B 15 0 51 5B C 6 53 30
Octal 341 53 25 0 121 133 14 6 123 60
Binary 11100001 101011 10101 0 1010001 1011011 1100 110 1010011 110000

Color Harmonies of #E12B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12B15

Black with #E12B15

Text Example


Text Example

White with #E12B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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