Html Css Color HEX #E13402 Harley Davidson Orange

📋 copy color: '#E13402'

red 225 ◦ green 52 ◦ blue 2

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

Shades of Harley Davidson Orange #E13402

Tints of Harley Davidson Orange #E13402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.64%

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

R = 80.65%
G = 18.64%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E13402 (or 0xE13402) is known color: Harley Davidson Orange. HEX triplet: E1, 34 and 02. RGB value is (225,52,2). Sum of RGB (Red+Green+Blue) = 225+52+2=279 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.65% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 225 - color contains mainly: red. Hex color #E13402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13402 is #1ECBFD. Grayscale: #626262. Windows color (decimal): -2018302 or 144609. OLE color: 144609.

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

Color convert

RGB 225 52 2 -
CMYK 0 0.77 0.99 0.12
HSL 13.45º 0.98% 0.45% -
HSV(B) 13.45º 0.99% 0.88% -
XYZ 32.29 18.47 1.92 -
YUV 98.03 73.81 218.57 -
System Red Green Blue C M Y K H S L
Decimal 225 52 2 0 0.77 0.99 0.12 13.45 0.98 0.45
Hex E1 34 2 0 4D 63 C D 62 2D
Octal 341 64 2 0 115 143 14 15 142 55
Binary 11100001 110100 10 0 1001101 1100011 1100 1101 1100010 101101

Color Harmonies of #E13402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13402

Black with #E13402

Text Example


Text Example

White with #E13402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13402; }

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

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

background-color css

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

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

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

border-color css

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

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

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