Html Css Color HEX #D94519 Harley Davidson Orange

📋 copy color: '#D94519'

red 217 ◦ green 69 ◦ blue 25

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

Shades of Harley Davidson Orange #D94519

Tints of Harley Davidson Orange #D94519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.19%

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

R = 69.77%
G = 22.19%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D94519 (or 0xD94519) is known color: Harley Davidson Orange. HEX triplet: D9, 45 and 19. RGB value is (217,69,25). Sum of RGB (Red+Green+Blue) = 217+69+25=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D94519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94519 is #26BAE6. Grayscale: #6C6C6C. Windows color (decimal): -2538215 or 1656281. OLE color: 1656281.

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

Color convert

RGB 217 69 25 -
CMYK 0 0.68 0.88 0.15
HSL 13.75º 0.79% 0.47% -
HSV(B) 13.75º 0.88% 0.85% -
XYZ 30.92 19.08 2.97 -
YUV 108.24 81.03 205.58 -
System Red Green Blue C M Y K H S L
Decimal 217 69 25 0 0.68 0.88 0.15 13.75 0.79 0.47
Hex D9 45 19 0 44 58 F E 4F 2F
Octal 331 105 31 0 104 130 17 16 117 57
Binary 11011001 1000101 11001 0 1000100 1011000 1111 1110 1001111 101111

Color Harmonies of #D94519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94519

Black with #D94519

Text Example


Text Example

White with #D94519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94519; }

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

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

background-color css

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

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

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

border-color css

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

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

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