Html Css Color HEX #D91713 Harley Davidson Orange

📋 copy color: '#D91713'

red 217 ◦ green 23 ◦ blue 19

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

Shades of Harley Davidson Orange #D91713

Tints of Harley Davidson Orange #D91713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.88%

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 83.78%
G = 8.88%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D91713 (or 0xD91713) is known color: Harley Davidson Orange. HEX triplet: D9, 17 and 13. RGB value is (217,23,19). Sum of RGB (Red+Green+Blue) = 217+23+19=259 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.78% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 217 - color contains mainly: red. Hex color #D91713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91713 is #26E8EC. Grayscale: #505050. Windows color (decimal): -2549997 or 1251289. OLE color: 1251289.

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

Color convert

RGB 217 23 19 -
CMYK 0 0.89 0.91 0.15
HSL 1.21º 0.84% 0.46% -
HSV(B) 1.21º 0.91% 0.85% -
XYZ 29.04 15.41 2.06 -
YUV 80.55 93.27 225.33 -
System Red Green Blue C M Y K H S L
Decimal 217 23 19 0 0.89 0.91 0.15 1.21 0.84 0.46
Hex D9 17 13 0 59 5B F 1 54 2E
Octal 331 27 23 0 131 133 17 1 124 56
Binary 11011001 10111 10011 0 1011001 1011011 1111 1 1010100 101110

Color Harmonies of #D91713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91713

Black with #D91713

Text Example


Text Example

White with #D91713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91713; }

 p { color: rgb(217,23,19); }

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

background-color css

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

 a { background-color: rgb(217,23,19); }

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

border-color css

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

 span { border-color: rgb(217,23,19); }

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