Html Css Color HEX #D94419 Harley Davidson Orange

📋 copy color: '#D94419'

red 217 ◦ green 68 ◦ blue 25

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

Shades of Harley Davidson Orange #D94419

Tints of Harley Davidson Orange #D94419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.94%

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

R = 70%
G = 21.94%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D94419 (or 0xD94419) is known color: Harley Davidson Orange. HEX triplet: D9, 44 and 19. RGB value is (217,68,25). Sum of RGB (Red+Green+Blue) = 217+68+25=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D94419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94419 is #26BBE6. Grayscale: #6B6B6B. Windows color (decimal): -2538471 or 1656025. OLE color: 1656025.

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

Color convert

RGB 217 68 25 -
CMYK 0 0.69 0.88 0.15
HSL 13.44º 0.79% 0.47% -
HSV(B) 13.44º 0.88% 0.85% -
XYZ 30.86 18.96 2.95 -
YUV 107.65 81.36 206 -
System Red Green Blue C M Y K H S L
Decimal 217 68 25 0 0.69 0.88 0.15 13.44 0.79 0.47
Hex D9 44 19 0 45 58 F D 4F 2F
Octal 331 104 31 0 105 130 17 15 117 57
Binary 11011001 1000100 11001 0 1000101 1011000 1111 1101 1001111 101111

Color Harmonies of #D94419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94419

Black with #D94419

Text Example


Text Example

White with #D94419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94419; }

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

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

background-color css

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

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

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

border-color css

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

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

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