Html Css Color HEX #D91714 Harley Davidson Orange

📋 copy color: '#D91714'

red 217 ◦ green 23 ◦ blue 20

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

Shades of Harley Davidson Orange #D91714

Tints of Harley Davidson Orange #D91714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.69%

R = 83.46%
G = 8.85%
B = 7.69%

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

#D91714 (or 0xD91714) is known color: Harley Davidson Orange. HEX triplet: D9, 17 and 14. RGB value is (217,23,20). Sum of RGB (Red+Green+Blue) = 217+23+20=260 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.46% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 217 - color contains mainly: red. Hex color #D91714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91714 is #26E8EB. Grayscale: #505050. Windows color (decimal): -2549996 or 1316825. OLE color: 1316825.

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

Color convert

RGB 217 23 20 -
CMYK 0 0.89 0.91 0.15
HSL 0.91º 0.83% 0.46% -
HSV(B) 0.91º 0.91% 0.85% -
XYZ 29.05 15.42 2.11 -
YUV 80.66 93.77 225.24 -
System Red Green Blue C M Y K H S L
Decimal 217 23 20 0 0.89 0.91 0.15 0.91 0.83 0.46
Hex D9 17 14 0 59 5B F 1 53 2E
Octal 331 27 24 0 131 133 17 1 123 56
Binary 11011001 10111 10100 0 1011001 1011011 1111 1 1010011 101110

Color Harmonies of #D91714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91714

Black with #D91714

Text Example


Text Example

White with #D91714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91714; }

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

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

background-color css

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

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

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

border-color css

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

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

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