Html Css Color HEX #E12706 Harley Davidson Orange

📋 copy color: '#E12706'

red 225 ◦ green 39 ◦ blue 6

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

Shades of Harley Davidson Orange #E12706

Tints of Harley Davidson Orange #E12706

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.44%

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

R = 83.33%
G = 14.44%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E12706 (or 0xE12706) is known color: Harley Davidson Orange. HEX triplet: E1, 27 and 06. RGB value is (225,39,6). Sum of RGB (Red+Green+Blue) = 225+39+6=270 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.33% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 225 - color contains mainly: red. Hex color #E12706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12706 is #1ED8F9. Grayscale: #5B5B5B. Windows color (decimal): -2021626 or 403425. OLE color: 403425.

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

Color convert

RGB 225 39 6 -
CMYK 0 0.83 0.97 0.12
HSL 9.04º 0.95% 0.45% -
HSV(B) 9.04º 0.97% 0.88% -
XYZ 31.81 17.47 1.87 -
YUV 90.85 80.12 223.68 -
System Red Green Blue C M Y K H S L
Decimal 225 39 6 0 0.83 0.97 0.12 9.04 0.95 0.45
Hex E1 27 6 0 53 61 C 9 5F 2D
Octal 341 47 6 0 123 141 14 11 137 55
Binary 11100001 100111 110 0 1010011 1100001 1100 1001 1011111 101101

Color Harmonies of #E12706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12706

Black with #E12706

Text Example


Text Example

White with #E12706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12706; }

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

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

background-color css

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

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

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

border-color css

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

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

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