Html Css Color HEX #E1400C Harley Davidson Orange

📋 copy color: '#E1400C'

red 225 ◦ green 64 ◦ blue 12

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

Shades of Harley Davidson Orange #E1400C

Tints of Harley Davidson Orange #E1400C

RGB

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

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

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

R = 74.75%
G = 21.26%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1400C (or 0xE1400C) is known color: Harley Davidson Orange. HEX triplet: E1, 40 and 0C. RGB value is (225,64,12). Sum of RGB (Red+Green+Blue) = 225+64+12=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E1400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1400C is #1EBFF3. Grayscale: #6A6A6A. Windows color (decimal): -2015220 or 803041. OLE color: 803041.

HSL color Cylindrical-coordinate representation of color #E1400C: hue angle of 14.65º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1400C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 64 12 -
CMYK 0 0.72 0.95 0.12
HSL 14.65º 0.9% 0.46% -
HSV(B) 14.65º 0.95% 0.88% -
XYZ 32.95 19.7 2.41 -
YUV 106.21 74.84 212.73 -
System Red Green Blue C M Y K H S L
Decimal 225 64 12 0 0.72 0.95 0.12 14.65 0.9 0.46
Hex E1 40 C 0 48 5F C F 5A 2E
Octal 341 100 14 0 110 137 14 17 132 56
Binary 11100001 1000000 1100 0 1001000 1011111 1100 1111 1011010 101110

Color Harmonies of #E1400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1400C

Black with #E1400C

Text Example


Text Example

White with #E1400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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