Html Css Color HEX #D94C17 Harley Davidson Orange

📋 copy color: '#D94C17'

red 217 ◦ green 76 ◦ blue 23

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

Shades of Harley Davidson Orange #D94C17

Tints of Harley Davidson Orange #D94C17

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.05%

 BLUE value IS 23 (9.38% from 255) = 7.28%

R = 68.67%
G = 24.05%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D94C17 (or 0xD94C17) is known color: Harley Davidson Orange. HEX triplet: D9, 4C and 17. RGB value is (217,76,23). Sum of RGB (Red+Green+Blue) = 217+76+23=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94C17 is #26B3E8. Grayscale: #707070. Windows color (decimal): -2536425 or 1527001. OLE color: 1527001.

HSL color Cylindrical-coordinate representation of color #D94C17: hue angle of 16.39º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D94C17 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 76 23 -
CMYK 0 0.65 0.89 0.15
HSL 16.39º 0.81% 0.47% -
HSV(B) 16.39º 0.89% 0.85% -
XYZ 31.35 19.98 3.02 -
YUV 112.12 77.71 202.81 -
System Red Green Blue C M Y K H S L
Decimal 217 76 23 0 0.65 0.89 0.15 16.39 0.81 0.47
Hex D9 4C 17 0 41 59 F 10 51 2F
Octal 331 114 27 0 101 131 17 20 121 57
Binary 11011001 1001100 10111 0 1000001 1011001 1111 10000 1010001 101111

Color Harmonies of #D94C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C17

Black with #D94C17

Text Example


Text Example

White with #D94C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C17; }

 p { color: rgb(217,76,23); }

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

background-color css

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

 a { background-color: rgb(217,76,23); }

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

border-color css

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

 span { border-color: rgb(217,76,23); }

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