Html Css Color HEX #E62A12 Harley Davidson Orange

📋 copy color: '#E62A12'

red 230 ◦ green 42 ◦ blue 18

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

Shades of Harley Davidson Orange #E62A12

Tints of Harley Davidson Orange #E62A12

RGB

 RED value IS 230 (90.23% from 255) = 79.31%

 GREEN value IS 42 (16.8% from 255) = 14.48%

 BLUE value IS 18 (7.42% from 255) = 6.21%

R = 79.31%
G = 14.48%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E62A12 (or 0xE62A12) is known color: Harley Davidson Orange. HEX triplet: E6, 2A and 12. RGB value is (230,42,18). Sum of RGB (Red+Green+Blue) = 230+42+18=290 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.31% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 230 - color contains mainly: red. Hex color #E62A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62A12 is #19D5ED. Grayscale: #5F5F5F. Windows color (decimal): -1693166 or 1190630. OLE color: 1190630.

HSL color Cylindrical-coordinate representation of color #E62A12: hue angle of 6.79º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E62A12 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 42 18 -
CMYK 0 0.82 0.92 0.10
HSL 6.79º 0.85% 0.49% -
HSV(B) 6.79º 0.92% 0.9% -
XYZ 33.57 18.52 2.38 -
YUV 95.48 84.28 223.95 -
System Red Green Blue C M Y K H S L
Decimal 230 42 18 0 0.82 0.92 0.10 6.79 0.85 0.49
Hex E6 2A 12 0 52 5C A 7 55 31
Octal 346 52 22 0 122 134 12 7 125 61
Binary 11100110 101010 10010 0 1010010 1011100 1010 111 1010101 110001

Color Harmonies of #E62A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62A12

Black with #E62A12

Text Example


Text Example

White with #E62A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62A12; }

 p { color: rgb(230,42,18); }

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

background-color css

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

 a { background-color: rgb(230,42,18); }

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

border-color css

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

 span { border-color: rgb(230,42,18); }

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