Html Css Color HEX #E13D16 Harley Davidson Orange

📋 copy color: '#E13D16'

red 225 ◦ green 61 ◦ blue 22

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

Shades of Harley Davidson Orange #E13D16

Tints of Harley Davidson Orange #E13D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.81%

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

R = 73.05%
G = 19.81%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E13D16 (or 0xE13D16) is known color: Harley Davidson Orange. HEX triplet: E1, 3D and 16. RGB value is (225,61,22). Sum of RGB (Red+Green+Blue) = 225+61+22=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13D16 is #1EC2E9. Grayscale: #696969. Windows color (decimal): -2015978 or 1457633. OLE color: 1457633.

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

Color convert

RGB 225 61 22 -
CMYK 0 0.73 0.90 0.12
HSL 11.53º 0.82% 0.48% -
HSV(B) 11.53º 0.9% 0.88% -
XYZ 32.86 19.4 2.77 -
YUV 105.59 80.83 213.17 -
System Red Green Blue C M Y K H S L
Decimal 225 61 22 0 0.73 0.90 0.12 11.53 0.82 0.48
Hex E1 3D 16 0 49 5A C C 52 30
Octal 341 75 26 0 111 132 14 14 122 60
Binary 11100001 111101 10110 0 1001001 1011010 1100 1100 1010010 110000

Color Harmonies of #E13D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13D16

Black with #E13D16

Text Example


Text Example

White with #E13D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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