Html Css Color HEX #E3370C Harley Davidson Orange

📋 copy color: '#E3370C'

red 227 ◦ green 55 ◦ blue 12

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

Shades of Harley Davidson Orange #E3370C

Tints of Harley Davidson Orange #E3370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.71%

 BLUE value IS 12 (5.08% from 255) = 4.08%

R = 77.21%
G = 18.71%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3370C (or 0xE3370C) is known color: Harley Davidson Orange. HEX triplet: E3, 37 and 0C. RGB value is (227,55,12). Sum of RGB (Red+Green+Blue) = 227+55+12=294 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.21% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 227 - color contains mainly: red. Hex color #E3370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3370C is #1CC8F3. Grayscale: #656565. Windows color (decimal): -1886452 or 800739. OLE color: 800739.

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

Color convert

RGB 227 55 12 -
CMYK 0 0.76 0.95 0.11
HSL 12º 0.9% 0.47% -
HSV(B) 12º 0.95% 0.89% -
XYZ 33.11 19.09 2.29 -
YUV 101.53 77.48 217.5 -
System Red Green Blue C M Y K H S L
Decimal 227 55 12 0 0.76 0.95 0.11 12 0.9 0.47
Hex E3 37 C 0 4C 5F B C 5A 2F
Octal 343 67 14 0 114 137 13 14 132 57
Binary 11100011 110111 1100 0 1001100 1011111 1011 1100 1011010 101111

Color Harmonies of #E3370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3370C

Black with #E3370C

Text Example


Text Example

White with #E3370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3370C; }

 p { color: rgb(227,55,12); }

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

background-color css

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

 a { background-color: rgb(227,55,12); }

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

border-color css

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

 span { border-color: rgb(227,55,12); }

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