Html Css Color HEX #D94219 Harley Davidson Orange

📋 copy color: '#D94219'

red 217 ◦ green 66 ◦ blue 25

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

Shades of Harley Davidson Orange #D94219

Tints of Harley Davidson Orange #D94219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.43%

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

R = 70.45%
G = 21.43%
B = 8.12%

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

#D94219 (or 0xD94219) is known color: Harley Davidson Orange. HEX triplet: D9, 42 and 19. RGB value is (217,66,25). Sum of RGB (Red+Green+Blue) = 217+66+25=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D94219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94219 is #26BDE6. Grayscale: #6A6A6A. Windows color (decimal): -2538983 or 1655513. OLE color: 1655513.

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

Color convert

RGB 217 66 25 -
CMYK 0 0.70 0.88 0.15
HSL 12.81º 0.79% 0.47% -
HSV(B) 12.81º 0.88% 0.85% -
XYZ 30.74 18.72 2.91 -
YUV 106.48 82.03 206.83 -
System Red Green Blue C M Y K H S L
Decimal 217 66 25 0 0.70 0.88 0.15 12.81 0.79 0.47
Hex D9 42 19 0 46 58 F D 4F 2F
Octal 331 102 31 0 106 130 17 15 117 57
Binary 11011001 1000010 11001 0 1000110 1011000 1111 1101 1001111 101111

Color Harmonies of #D94219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94219

Black with #D94219

Text Example


Text Example

White with #D94219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94219; }

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

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

background-color css

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

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

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

border-color css

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

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

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