Html Css Color HEX #E3400C Harley Davidson Orange

📋 copy color: '#E3400C'

red 227 ◦ green 64 ◦ blue 12

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

Shades of Harley Davidson Orange #E3400C

Tints of Harley Davidson Orange #E3400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.12%

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

R = 74.92%
G = 21.12%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3400C (or 0xE3400C) is known color: Harley Davidson Orange. HEX triplet: E3, 40 and 0C. RGB value is (227,64,12). Sum of RGB (Red+Green+Blue) = 227+64+12=303 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.92% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 227 - color contains mainly: red. Hex color #E3400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3400C is #1CBFF3. Grayscale: #6B6B6B. Windows color (decimal): -1884148 or 803043. OLE color: 803043.

HSL color Cylindrical-coordinate representation of color #E3400C: hue angle of 14.51º 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 #E3400C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 64 12 -
CMYK 0 0.72 0.95 0.11
HSL 14.51º 0.9% 0.47% -
HSV(B) 14.51º 0.95% 0.89% -
XYZ 33.58 20.02 2.44 -
YUV 106.81 74.5 213.73 -
System Red Green Blue C M Y K H S L
Decimal 227 64 12 0 0.72 0.95 0.11 14.51 0.9 0.47
Hex E3 40 C 0 48 5F B F 5A 2F
Octal 343 100 14 0 110 137 13 17 132 57
Binary 11100011 1000000 1100 0 1001000 1011111 1011 1111 1011010 101111

Color Harmonies of #E3400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3400C

Black with #E3400C

Text Example


Text Example

White with #E3400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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