Html Css Color HEX #E12C16 Harley Davidson Orange

📋 copy color: '#E12C16'

red 225 ◦ green 44 ◦ blue 22

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

Shades of Harley Davidson Orange #E12C16

Tints of Harley Davidson Orange #E12C16

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.12%

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

R = 77.32%
G = 15.12%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E12C16 (or 0xE12C16) is known color: Harley Davidson Orange. HEX triplet: E1, 2C and 16. RGB value is (225,44,22). Sum of RGB (Red+Green+Blue) = 225+44+22=291 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.32% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12C16 is #1ED3E9. Grayscale: #5F5F5F. Windows color (decimal): -2020330 or 1453281. OLE color: 1453281.

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

Color convert

RGB 225 44 22 -
CMYK 0 0.80 0.90 0.12
HSL 6.5º 0.82% 0.48% -
HSV(B) 6.5º 0.9% 0.88% -
XYZ 32.1 17.87 2.52 -
YUV 95.61 86.47 220.29 -
System Red Green Blue C M Y K H S L
Decimal 225 44 22 0 0.80 0.90 0.12 6.5 0.82 0.48
Hex E1 2C 16 0 50 5A C 7 52 30
Octal 341 54 26 0 120 132 14 7 122 60
Binary 11100001 101100 10110 0 1010000 1011010 1100 111 1010010 110000

Color Harmonies of #E12C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12C16

Black with #E12C16

Text Example


Text Example

White with #E12C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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