Html Css Color HEX #D94819 Harley Davidson Orange

📋 copy color: '#D94819'

red 217 ◦ green 72 ◦ blue 25

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

Shades of Harley Davidson Orange #D94819

Tints of Harley Davidson Orange #D94819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.93%

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

R = 69.11%
G = 22.93%
B = 7.96%

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

#D94819 (or 0xD94819) is known color: Harley Davidson Orange. HEX triplet: D9, 48 and 19. RGB value is (217,72,25). Sum of RGB (Red+Green+Blue) = 217+72+25=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D94819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94819 is #26B7E6. Grayscale: #6E6E6E. Windows color (decimal): -2537447 or 1657049. OLE color: 1657049.

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

Color convert

RGB 217 72 25 -
CMYK 0 0.67 0.88 0.15
HSL 14.69º 0.79% 0.47% -
HSV(B) 14.69º 0.88% 0.85% -
XYZ 31.11 19.46 3.04 -
YUV 110 80.04 204.32 -
System Red Green Blue C M Y K H S L
Decimal 217 72 25 0 0.67 0.88 0.15 14.69 0.79 0.47
Hex D9 48 19 0 43 58 F F 4F 2F
Octal 331 110 31 0 103 130 17 17 117 57
Binary 11011001 1001000 11001 0 1000011 1011000 1111 1111 1001111 101111

Color Harmonies of #D94819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94819

Black with #D94819

Text Example


Text Example

White with #D94819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94819; }

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

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

background-color css

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

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

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

border-color css

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

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

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