Html Css Color HEX #E13316 Harley Davidson Orange

📋 copy color: '#E13316'

red 225 ◦ green 51 ◦ blue 22

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

Shades of Harley Davidson Orange #E13316

Tints of Harley Davidson Orange #E13316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.38%

R = 75.5%
G = 17.11%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E13316 (or 0xE13316) is known color: Harley Davidson Orange. HEX triplet: E1, 33 and 16. RGB value is (225,51,22). Sum of RGB (Red+Green+Blue) = 225+51+22=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E13316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13316 is #1ECCE9. Grayscale: #646464. Windows color (decimal): -2018538 or 1455073. OLE color: 1455073.

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

Color convert

RGB 225 51 22 -
CMYK 0 0.77 0.90 0.12
HSL 8.57º 0.82% 0.48% -
HSV(B) 8.57º 0.9% 0.88% -
XYZ 32.38 18.43 2.61 -
YUV 99.72 84.15 217.36 -
System Red Green Blue C M Y K H S L
Decimal 225 51 22 0 0.77 0.90 0.12 8.57 0.82 0.48
Hex E1 33 16 0 4D 5A C 9 52 30
Octal 341 63 26 0 115 132 14 11 122 60
Binary 11100001 110011 10110 0 1001101 1011010 1100 1001 1010010 110000

Color Harmonies of #E13316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13316

Black with #E13316

Text Example


Text Example

White with #E13316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13316; }

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

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

background-color css

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

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

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

border-color css

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

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

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