Html Css Color HEX #E12316 Harley Davidson Orange

📋 copy color: '#E12316'

red 225 ◦ green 35 ◦ blue 22

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

Shades of Harley Davidson Orange #E12316

Tints of Harley Davidson Orange #E12316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.41%

 BLUE value IS 22 (8.98% from 255) = 7.8%

R = 79.79%
G = 12.41%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E12316 (or 0xE12316) is known color: Harley Davidson Orange. HEX triplet: E1, 23 and 16. RGB value is (225,35,22). Sum of RGB (Red+Green+Blue) = 225+35+22=282 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.79% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 225 - color contains mainly: red. Hex color #E12316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12316 is #1EDCE9. Grayscale: #5A5A5A. Windows color (decimal): -2022634 or 1450977. OLE color: 1450977.

HSL color Cylindrical-coordinate representation of color #E12316: hue angle of 3.84º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E12316 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 35 22 -
CMYK 0 0.84 0.90 0.12
HSL 3.84º 0.82% 0.48% -
HSV(B) 3.84º 0.9% 0.88% -
XYZ 31.8 17.27 2.42 -
YUV 90.33 89.45 224.06 -
System Red Green Blue C M Y K H S L
Decimal 225 35 22 0 0.84 0.90 0.12 3.84 0.82 0.48
Hex E1 23 16 0 54 5A C 4 52 30
Octal 341 43 26 0 124 132 14 4 122 60
Binary 11100001 100011 10110 0 1010100 1011010 1100 100 1010010 110000

Color Harmonies of #E12316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12316

Black with #E12316

Text Example


Text Example

White with #E12316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12316; }

 p { color: rgb(225,35,22); }

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

background-color css

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

 a { background-color: rgb(225,35,22); }

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

border-color css

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

 span { border-color: rgb(225,35,22); }

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