Html Css Color HEX #D94719 Harley Davidson Orange

📋 copy color: '#D94719'

red 217 ◦ green 71 ◦ blue 25

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

Shades of Harley Davidson Orange #D94719

Tints of Harley Davidson Orange #D94719

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.68%

 BLUE value IS 25 (10.16% from 255) = 7.99%

R = 69.33%
G = 22.68%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D94719 (or 0xD94719) is known color: Harley Davidson Orange. HEX triplet: D9, 47 and 19. RGB value is (217,71,25). Sum of RGB (Red+Green+Blue) = 217+71+25=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D94719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94719 is #26B8E6. Grayscale: #6D6D6D. Windows color (decimal): -2537703 or 1656793. OLE color: 1656793.

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

Color convert

RGB 217 71 25 -
CMYK 0 0.67 0.88 0.15
HSL 14.38º 0.79% 0.47% -
HSV(B) 14.38º 0.88% 0.85% -
XYZ 31.04 19.33 3.01 -
YUV 109.41 80.37 204.74 -
System Red Green Blue C M Y K H S L
Decimal 217 71 25 0 0.67 0.88 0.15 14.38 0.79 0.47
Hex D9 47 19 0 43 58 F E 4F 2F
Octal 331 107 31 0 103 130 17 16 117 57
Binary 11011001 1000111 11001 0 1000011 1011000 1111 1110 1001111 101111

Color Harmonies of #D94719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94719

Black with #D94719

Text Example


Text Example

White with #D94719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94719; }

 p { color: rgb(217,71,25); }

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

background-color css

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

 a { background-color: rgb(217,71,25); }

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

border-color css

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

 span { border-color: rgb(217,71,25); }

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