Html Css Color HEX #E3270E Harley Davidson Orange

📋 copy color: '#E3270E'

red 227 ◦ green 39 ◦ blue 14

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

Shades of Harley Davidson Orange #E3270E

Tints of Harley Davidson Orange #E3270E

RGB

 RED value IS 227 (89.06% from 255) = 81.07%

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

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

R = 81.07%
G = 13.93%
B = 5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3270E (or 0xE3270E) is known color: Harley Davidson Orange. HEX triplet: E3, 27 and 0E. RGB value is (227,39,14). Sum of RGB (Red+Green+Blue) = 227+39+14=280 (37% of max value = 765). Red value is 227 (89.06% from 255 or 81.07% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 227 - color contains mainly: red. Hex color #E3270E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3270E is #1CD8F1. Grayscale: #5C5C5C. Windows color (decimal): -1890546 or 927715. OLE color: 927715.

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

Color convert

RGB 227 39 14 -
CMYK 0 0.83 0.94 0.11
HSL 7.04º 0.88% 0.47% -
HSV(B) 7.04º 0.94% 0.89% -
XYZ 32.48 17.81 2.14 -
YUV 92.36 83.78 224.03 -
System Red Green Blue C M Y K H S L
Decimal 227 39 14 0 0.83 0.94 0.11 7.04 0.88 0.47
Hex E3 27 E 0 53 5E B 7 58 2F
Octal 343 47 16 0 123 136 13 7 130 57
Binary 11100011 100111 1110 0 1010011 1011110 1011 111 1011000 101111

Color Harmonies of #E3270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3270E

Black with #E3270E

Text Example


Text Example

White with #E3270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3270E; }

 p { color: rgb(227,39,14); }

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

background-color css

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

 a { background-color: rgb(227,39,14); }

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

border-color css

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

 span { border-color: rgb(227,39,14); }

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