Html Css Color HEX #D91A11 Harley Davidson Orange

📋 copy color: '#D91A11'

red 217 ◦ green 26 ◦ blue 17

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

Shades of Harley Davidson Orange #D91A11

Tints of Harley Davidson Orange #D91A11

RGB

 RED value IS 217 (85.16% from 255) = 83.46%

 GREEN value IS 26 (10.55% from 255) = 10%

 BLUE value IS 17 (7.03% from 255) = 6.54%

R = 83.46%
G = 10%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D91A11 (or 0xD91A11) is known color: Harley Davidson Orange. HEX triplet: D9, 1A and 11. RGB value is (217,26,17). Sum of RGB (Red+Green+Blue) = 217+26+17=260 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.46% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 217 - color contains mainly: red. Hex color #D91A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D91A11 is #26E5EE. Grayscale: #525252. Windows color (decimal): -2549231 or 1120985. OLE color: 1120985.

HSL color Cylindrical-coordinate representation of color #D91A11: hue angle of 2.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D91A11 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 26 17 -
CMYK 0 0.88 0.92 0.15
HSL 2.7º 0.85% 0.46% -
HSV(B) 2.7º 0.92% 0.85% -
XYZ 29.09 15.53 2 -
YUV 82.08 91.28 224.23 -
System Red Green Blue C M Y K H S L
Decimal 217 26 17 0 0.88 0.92 0.15 2.7 0.85 0.46
Hex D9 1A 11 0 58 5C F 3 55 2E
Octal 331 32 21 0 130 134 17 3 125 56
Binary 11011001 11010 10001 0 1011000 1011100 1111 11 1010101 101110

Color Harmonies of #D91A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91A11

Black with #D91A11

Text Example


Text Example

White with #D91A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91A11; }

 p { color: rgb(217,26,17); }

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

background-color css

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

 a { background-color: rgb(217,26,17); }

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

border-color css

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

 span { border-color: rgb(217,26,17); }

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