Html Css Color HEX #E13503 Harley Davidson Orange

📋 copy color: '#E13503'

red 225 ◦ green 53 ◦ blue 3

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

Shades of Harley Davidson Orange #E13503

Tints of Harley Davidson Orange #E13503

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.86%

 BLUE value IS 3 (1.56% from 255) = 1.07%

R = 80.07%
G = 18.86%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E13503 (or 0xE13503) is known color: Harley Davidson Orange. HEX triplet: E1, 35 and 03. RGB value is (225,53,3). Sum of RGB (Red+Green+Blue) = 225+53+3=281 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.07% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 225 - color contains mainly: red. Hex color #E13503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13503 is #1ECAFC. Grayscale: #636363. Windows color (decimal): -2018045 or 210401. OLE color: 210401.

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

Color convert

RGB 225 53 3 -
CMYK 0 0.76 0.99 0.12
HSL 13.51º 0.97% 0.45% -
HSV(B) 13.51º 0.99% 0.88% -
XYZ 32.34 18.56 1.96 -
YUV 98.73 73.98 218.07 -
System Red Green Blue C M Y K H S L
Decimal 225 53 3 0 0.76 0.99 0.12 13.51 0.97 0.45
Hex E1 35 3 0 4C 63 C E 61 2D
Octal 341 65 3 0 114 143 14 16 141 55
Binary 11100001 110101 11 0 1001100 1100011 1100 1110 1100001 101101

Color Harmonies of #E13503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13503

Black with #E13503

Text Example


Text Example

White with #E13503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13503; }

 p { color: rgb(225,53,3); }

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

background-color css

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

 a { background-color: rgb(225,53,3); }

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

border-color css

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

 span { border-color: rgb(225,53,3); }

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