Html Css Color HEX #E1410C Harley Davidson Orange

📋 copy color: '#E1410C'

red 225 ◦ green 65 ◦ blue 12

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

Shades of Harley Davidson Orange #E1410C

Tints of Harley Davidson Orange #E1410C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.52%

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

R = 74.5%
G = 21.52%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1410C (or 0xE1410C) is known color: Harley Davidson Orange. HEX triplet: E1, 41 and 0C. RGB value is (225,65,12). Sum of RGB (Red+Green+Blue) = 225+65+12=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E1410C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1410C is #1EBEF3. Grayscale: #6B6B6B. Windows color (decimal): -2014964 or 803297. OLE color: 803297.

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

Color convert

RGB 225 65 12 -
CMYK 0 0.71 0.95 0.12
HSL 14.93º 0.9% 0.46% -
HSV(B) 14.93º 0.95% 0.88% -
XYZ 33.01 19.81 2.43 -
YUV 106.8 74.51 212.31 -
System Red Green Blue C M Y K H S L
Decimal 225 65 12 0 0.71 0.95 0.12 14.93 0.9 0.46
Hex E1 41 C 0 47 5F C F 5A 2E
Octal 341 101 14 0 107 137 14 17 132 56
Binary 11100001 1000001 1100 0 1000111 1011111 1100 1111 1011010 101110

Color Harmonies of #E1410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1410C

Black with #E1410C

Text Example


Text Example

White with #E1410C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1410C; }

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

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

background-color css

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

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

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

border-color css

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

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

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