Html Css Color HEX #D91712 Harley Davidson Orange

📋 copy color: '#D91712'

red 217 ◦ green 23 ◦ blue 18

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

Shades of Harley Davidson Orange #D91712

Tints of Harley Davidson Orange #D91712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.98%

R = 84.11%
G = 8.91%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D91712 (or 0xD91712) is known color: Harley Davidson Orange. HEX triplet: D9, 17 and 12. RGB value is (217,23,18). Sum of RGB (Red+Green+Blue) = 217+23+18=258 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.11% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 217 - color contains mainly: red. Hex color #D91712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91712 is #26E8ED. Grayscale: #505050. Windows color (decimal): -2549998 or 1185753. OLE color: 1185753.

HSL color Cylindrical-coordinate representation of color #D91712: hue angle of 1.51º 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 #D91712 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 23 18 -
CMYK 0 0.89 0.92 0.15
HSL 1.51º 0.85% 0.46% -
HSV(B) 1.51º 0.92% 0.85% -
XYZ 29.03 15.41 2.02 -
YUV 80.44 92.77 225.41 -
System Red Green Blue C M Y K H S L
Decimal 217 23 18 0 0.89 0.92 0.15 1.51 0.85 0.46
Hex D9 17 12 0 59 5C F 2 55 2E
Octal 331 27 22 0 131 134 17 2 125 56
Binary 11011001 10111 10010 0 1011001 1011100 1111 10 1010101 101110

Color Harmonies of #D91712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91712

Black with #D91712

Text Example


Text Example

White with #D91712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91712; }

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

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

background-color css

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

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

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

border-color css

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

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

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