Html Css Color HEX #E12815 Harley Davidson Orange

📋 copy color: '#E12815'

red 225 ◦ green 40 ◦ blue 21

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

Shades of Harley Davidson Orange #E12815

Tints of Harley Davidson Orange #E12815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.99%

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

R = 78.67%
G = 13.99%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E12815 (or 0xE12815) is known color: Harley Davidson Orange. HEX triplet: E1, 28 and 15. RGB value is (225,40,21). Sum of RGB (Red+Green+Blue) = 225+40+21=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E12815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12815 is #1ED7EA. Grayscale: #5D5D5D. Windows color (decimal): -2021355 or 1386721. OLE color: 1386721.

HSL color Cylindrical-coordinate representation of color #E12815: hue angle of 5.59º 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 #E12815 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 40 21 -
CMYK 0 0.82 0.91 0.12
HSL 5.59º 0.83% 0.48% -
HSV(B) 5.59º 0.91% 0.88% -
XYZ 31.95 17.58 2.42 -
YUV 93.15 87.29 222.04 -
System Red Green Blue C M Y K H S L
Decimal 225 40 21 0 0.82 0.91 0.12 5.59 0.83 0.48
Hex E1 28 15 0 52 5B C 6 53 30
Octal 341 50 25 0 122 133 14 6 123 60
Binary 11100001 101000 10101 0 1010010 1011011 1100 110 1010011 110000

Color Harmonies of #E12815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12815

Black with #E12815

Text Example


Text Example

White with #E12815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12815; }

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

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

background-color css

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

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

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

border-color css

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

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

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