Html Css Color HEX #D91A10 Harley Davidson Orange

📋 copy color: '#D91A10'

red 217 ◦ green 26 ◦ blue 16

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

Shades of Harley Davidson Orange #D91A10

Tints of Harley Davidson Orange #D91A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 83.78%
G = 10.04%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D91A10 (or 0xD91A10) is known color: Harley Davidson Orange. HEX triplet: D9, 1A and 10. RGB value is (217,26,16). Sum of RGB (Red+Green+Blue) = 217+26+16=259 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.78% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 217 - color contains mainly: red. Hex color #D91A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D91A10 is #26E5EF. Grayscale: #525252. Windows color (decimal): -2549232 or 1055449. OLE color: 1055449.

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

Color convert

RGB 217 26 16 -
CMYK 0 0.88 0.93 0.15
HSL 2.99º 0.86% 0.46% -
HSV(B) 2.99º 0.93% 0.85% -
XYZ 29.08 15.53 1.95 -
YUV 81.97 90.78 224.31 -
System Red Green Blue C M Y K H S L
Decimal 217 26 16 0 0.88 0.93 0.15 2.99 0.86 0.46
Hex D9 1A 10 0 58 5D F 3 56 2E
Octal 331 32 20 0 130 135 17 3 126 56
Binary 11011001 11010 10000 0 1011000 1011101 1111 11 1010110 101110

Color Harmonies of #D91A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91A10

Black with #D91A10

Text Example


Text Example

White with #D91A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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