Html Css Color HEX #E13215 Harley Davidson Orange

📋 copy color: '#E13215'

red 225 ◦ green 50 ◦ blue 21

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

Shades of Harley Davidson Orange #E13215

Tints of Harley Davidson Orange #E13215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.89%

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

R = 76.01%
G = 16.89%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E13215 (or 0xE13215) is known color: Harley Davidson Orange. HEX triplet: E1, 32 and 15. RGB value is (225,50,21). Sum of RGB (Red+Green+Blue) = 225+50+21=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E13215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13215 is #1ECDEA. Grayscale: #636363. Windows color (decimal): -2018795 or 1389281. OLE color: 1389281.

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

Color convert

RGB 225 50 21 -
CMYK 0 0.78 0.91 0.12
HSL 8.53º 0.83% 0.48% -
HSV(B) 8.53º 0.91% 0.88% -
XYZ 32.33 18.34 2.55 -
YUV 99.02 83.98 217.86 -
System Red Green Blue C M Y K H S L
Decimal 225 50 21 0 0.78 0.91 0.12 8.53 0.83 0.48
Hex E1 32 15 0 4E 5B C 9 53 30
Octal 341 62 25 0 116 133 14 11 123 60
Binary 11100001 110010 10101 0 1001110 1011011 1100 1001 1010011 110000

Color Harmonies of #E13215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13215

Black with #E13215

Text Example


Text Example

White with #E13215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13215; }

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

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

background-color css

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

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

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

border-color css

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

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

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