Html Css Color HEX #E12B06 Harley Davidson Orange

📋 copy color: '#E12B06'

red 225 ◦ green 43 ◦ blue 6

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

Shades of Harley Davidson Orange #E12B06

Tints of Harley Davidson Orange #E12B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.19%

R = 82.12%
G = 15.69%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E12B06 (or 0xE12B06) is known color: Harley Davidson Orange. HEX triplet: E1, 2B and 06. RGB value is (225,43,6). Sum of RGB (Red+Green+Blue) = 225+43+6=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12B06 is #1ED4F9. Grayscale: #5D5D5D. Windows color (decimal): -2020602 or 404449. OLE color: 404449.

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

Color convert

RGB 225 43 6 -
CMYK 0 0.81 0.97 0.12
HSL 10.14º 0.95% 0.45% -
HSV(B) 10.14º 0.97% 0.88% -
XYZ 31.95 17.75 1.91 -
YUV 93.2 78.8 222.01 -
System Red Green Blue C M Y K H S L
Decimal 225 43 6 0 0.81 0.97 0.12 10.14 0.95 0.45
Hex E1 2B 6 0 51 61 C A 5F 2D
Octal 341 53 6 0 121 141 14 12 137 55
Binary 11100001 101011 110 0 1010001 1100001 1100 1010 1011111 101101

Color Harmonies of #E12B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12B06

Black with #E12B06

Text Example


Text Example

White with #E12B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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