Html Css Color HEX #E13C0A Harley Davidson Orange

📋 copy color: '#E13C0A'

red 225 ◦ green 60 ◦ blue 10

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

Shades of Harley Davidson Orange #E13C0A

Tints of Harley Davidson Orange #E13C0A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.34%

 BLUE value IS 10 (4.3% from 255) = 3.39%

R = 76.27%
G = 20.34%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E13C0A (or 0xE13C0A) is known color: Harley Davidson Orange. HEX triplet: E1, 3C and 0A. RGB value is (225,60,10). Sum of RGB (Red+Green+Blue) = 225+60+10=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13C0A is #1EC3F5. Grayscale: #686868. Windows color (decimal): -2016246 or 670945. OLE color: 670945.

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

Color convert

RGB 225 60 10 -
CMYK 0 0.73 0.96 0.12
HSL 13.95º 0.91% 0.46% -
HSV(B) 13.95º 0.96% 0.88% -
XYZ 32.72 19.26 2.28 -
YUV 103.64 75.16 214.57 -
System Red Green Blue C M Y K H S L
Decimal 225 60 10 0 0.73 0.96 0.12 13.95 0.91 0.46
Hex E1 3C A 0 49 60 C E 5B 2E
Octal 341 74 12 0 111 140 14 16 133 56
Binary 11100001 111100 1010 0 1001001 1100000 1100 1110 1011011 101110

Color Harmonies of #E13C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13C0A

Black with #E13C0A

Text Example


Text Example

White with #E13C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13C0A; }

 p { color: rgb(225,60,10); }

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

background-color css

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

 a { background-color: rgb(225,60,10); }

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

border-color css

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

 span { border-color: rgb(225,60,10); }

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