Html Css Color HEX #E1430E Harley Davidson Orange

📋 copy color: '#E1430E'

red 225 ◦ green 67 ◦ blue 14

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

Shades of Harley Davidson Orange #E1430E

Tints of Harley Davidson Orange #E1430E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.9%

 BLUE value IS 14 (5.86% from 255) = 4.58%

R = 73.53%
G = 21.9%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1430E (or 0xE1430E) is known color: Harley Davidson Orange. HEX triplet: E1, 43 and 0E. RGB value is (225,67,14). Sum of RGB (Red+Green+Blue) = 225+67+14=306 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.53% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 225 - color contains mainly: red. Hex color #E1430E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1430E is #1EBCF1. Grayscale: #6C6C6C. Windows color (decimal): -2014450 or 934881. OLE color: 934881.

HSL color Cylindrical-coordinate representation of color #E1430E: hue angle of 15.07º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1430E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 67 14 -
CMYK 0 0.70 0.94 0.12
HSL 15.07º 0.88% 0.47% -
HSV(B) 15.07º 0.94% 0.88% -
XYZ 33.14 20.05 2.54 -
YUV 108.2 74.85 211.31 -
System Red Green Blue C M Y K H S L
Decimal 225 67 14 0 0.70 0.94 0.12 15.07 0.88 0.47
Hex E1 43 E 0 46 5E C F 58 2F
Octal 341 103 16 0 106 136 14 17 130 57
Binary 11100001 1000011 1110 0 1000110 1011110 1100 1111 1011000 101111

Color Harmonies of #E1430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1430E

Black with #E1430E

Text Example


Text Example

White with #E1430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1430E; }

 p { color: rgb(225,67,14); }

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

background-color css

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

 a { background-color: rgb(225,67,14); }

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

border-color css

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

 span { border-color: rgb(225,67,14); }

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