Html Css Color HEX #E13315 Harley Davidson Orange

📋 copy color: '#E13315'

red 225 ◦ green 51 ◦ blue 21

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

Shades of Harley Davidson Orange #E13315

Tints of Harley Davidson Orange #E13315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

 BLUE value IS 21 (8.59% from 255) = 7.07%

R = 75.76%
G = 17.17%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E13315 (or 0xE13315) is known color: Harley Davidson Orange. HEX triplet: E1, 33 and 15. RGB value is (225,51,21). Sum of RGB (Red+Green+Blue) = 225+51+21=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E13315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13315 is #1ECCEA. Grayscale: #636363. Windows color (decimal): -2018539 or 1389537. OLE color: 1389537.

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

Color convert

RGB 225 51 21 -
CMYK 0 0.77 0.91 0.12
HSL 8.82º 0.83% 0.48% -
HSV(B) 8.82º 0.91% 0.88% -
XYZ 32.37 18.43 2.56 -
YUV 99.61 83.65 217.44 -
System Red Green Blue C M Y K H S L
Decimal 225 51 21 0 0.77 0.91 0.12 8.82 0.83 0.48
Hex E1 33 15 0 4D 5B C 9 53 30
Octal 341 63 25 0 115 133 14 11 123 60
Binary 11100001 110011 10101 0 1001101 1011011 1100 1001 1010011 110000

Color Harmonies of #E13315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13315

Black with #E13315

Text Example


Text Example

White with #E13315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13315; }

 p { color: rgb(225,51,21); }

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

background-color css

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

 a { background-color: rgb(225,51,21); }

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

border-color css

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

 span { border-color: rgb(225,51,21); }

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