Html Css Color HEX #D94919 Harley Davidson Orange

📋 copy color: '#D94919'

red 217 ◦ green 73 ◦ blue 25

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

Shades of Harley Davidson Orange #D94919

Tints of Harley Davidson Orange #D94919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.17%

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

R = 68.89%
G = 23.17%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D94919 (or 0xD94919) is known color: Harley Davidson Orange. HEX triplet: D9, 49 and 19. RGB value is (217,73,25). Sum of RGB (Red+Green+Blue) = 217+73+25=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D94919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94919 is #26B6E6. Grayscale: #6E6E6E. Windows color (decimal): -2537191 or 1657305. OLE color: 1657305.

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

Color convert

RGB 217 73 25 -
CMYK 0 0.66 0.88 0.15
HSL 15º 0.79% 0.47% -
HSV(B) 15º 0.88% 0.85% -
XYZ 31.17 19.59 3.06 -
YUV 110.58 79.71 203.9 -
System Red Green Blue C M Y K H S L
Decimal 217 73 25 0 0.66 0.88 0.15 15 0.79 0.47
Hex D9 49 19 0 42 58 F F 4F 2F
Octal 331 111 31 0 102 130 17 17 117 57
Binary 11011001 1001001 11001 0 1000010 1011000 1111 1111 1001111 101111

Color Harmonies of #D94919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94919

Black with #D94919

Text Example


Text Example

White with #D94919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94919; }

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

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

background-color css

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

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

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

border-color css

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

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

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