Html Css Color HEX #E1230C Harley Davidson Orange

📋 copy color: '#E1230C'

red 225 ◦ green 35 ◦ blue 12

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

Shades of Harley Davidson Orange #E1230C

Tints of Harley Davidson Orange #E1230C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

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

R = 82.72%
G = 12.87%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1230C (or 0xE1230C) is known color: Harley Davidson Orange. HEX triplet: E1, 23 and 0C. RGB value is (225,35,12). Sum of RGB (Red+Green+Blue) = 225+35+12=272 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.72% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 225 - color contains mainly: red. Hex color #E1230C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1230C is #1EDCF3. Grayscale: #595959. Windows color (decimal): -2022644 or 795617. OLE color: 795617.

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

Color convert

RGB 225 35 12 -
CMYK 0 0.84 0.95 0.12
HSL 6.48º 0.9% 0.46% -
HSV(B) 6.48º 0.95% 0.88% -
XYZ 31.72 17.24 2 -
YUV 89.19 84.45 224.87 -
System Red Green Blue C M Y K H S L
Decimal 225 35 12 0 0.84 0.95 0.12 6.48 0.9 0.46
Hex E1 23 C 0 54 5F C 6 5A 2E
Octal 341 43 14 0 124 137 14 6 132 56
Binary 11100001 100011 1100 0 1010100 1011111 1100 110 1011010 101110

Color Harmonies of #E1230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1230C

Black with #E1230C

Text Example


Text Example

White with #E1230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1230C; }

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

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

background-color css

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

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

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

border-color css

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

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

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