Html Css Color HEX #E13C02 Harley Davidson Orange

📋 copy color: '#E13C02'

red 225 ◦ green 60 ◦ blue 2

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

Shades of Harley Davidson Orange #E13C02

Tints of Harley Davidson Orange #E13C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 78.4%
G = 20.91%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E13C02 (or 0xE13C02) is known color: Harley Davidson Orange. HEX triplet: E1, 3C and 02. RGB value is (225,60,2). Sum of RGB (Red+Green+Blue) = 225+60+2=287 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.40% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13C02 is #1EC3FD. Grayscale: #676767. Windows color (decimal): -2016254 or 146657. OLE color: 146657.

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

Color convert

RGB 225 60 2 -
CMYK 0 0.73 0.99 0.12
HSL 15.61º 0.98% 0.45% -
HSV(B) 15.61º 0.99% 0.88% -
XYZ 32.68 19.24 2.05 -
YUV 102.72 71.16 215.22 -
System Red Green Blue C M Y K H S L
Decimal 225 60 2 0 0.73 0.99 0.12 15.61 0.98 0.45
Hex E1 3C 2 0 49 63 C 10 62 2D
Octal 341 74 2 0 111 143 14 20 142 55
Binary 11100001 111100 10 0 1001001 1100011 1100 10000 1100010 101101

Color Harmonies of #E13C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13C02

Black with #E13C02

Text Example


Text Example

White with #E13C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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