Html Css Color HEX #D94119 Harley Davidson Orange

📋 copy color: '#D94119'

red 217 ◦ green 65 ◦ blue 25

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

Shades of Harley Davidson Orange #D94119

Tints of Harley Davidson Orange #D94119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

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

R = 70.68%
G = 21.17%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D94119 (or 0xD94119) is known color: Harley Davidson Orange. HEX triplet: D9, 41 and 19. RGB value is (217,65,25). Sum of RGB (Red+Green+Blue) = 217+65+25=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D94119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94119 is #26BEE6. Grayscale: #6A6A6A. Windows color (decimal): -2539239 or 1655257. OLE color: 1655257.

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

Color convert

RGB 217 65 25 -
CMYK 0 0.70 0.88 0.15
HSL 12.5º 0.79% 0.47% -
HSV(B) 12.5º 0.88% 0.85% -
XYZ 30.68 18.6 2.89 -
YUV 105.89 82.36 207.25 -
System Red Green Blue C M Y K H S L
Decimal 217 65 25 0 0.70 0.88 0.15 12.5 0.79 0.47
Hex D9 41 19 0 46 58 F C 4F 2F
Octal 331 101 31 0 106 130 17 14 117 57
Binary 11011001 1000001 11001 0 1000110 1011000 1111 1100 1001111 101111

Color Harmonies of #D94119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94119

Black with #D94119

Text Example


Text Example

White with #D94119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94119; }

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

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

background-color css

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

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

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

border-color css

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

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

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