Html Css Color HEX #D94310 Harley Davidson Orange

📋 copy color: '#D94310'

red 217 ◦ green 67 ◦ blue 16

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

Shades of Harley Davidson Orange #D94310

Tints of Harley Davidson Orange #D94310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.33%

 BLUE value IS 16 (6.64% from 255) = 5.33%

R = 72.33%
G = 22.33%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D94310 (or 0xD94310) is known color: Harley Davidson Orange. HEX triplet: D9, 43 and 10. RGB value is (217,67,16). Sum of RGB (Red+Green+Blue) = 217+67+16=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D94310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94310 is #26BCEF. Grayscale: #6A6A6A. Windows color (decimal): -2538736 or 1065945. OLE color: 1065945.

HSL color Cylindrical-coordinate representation of color #D94310: hue angle of 15.22º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D94310 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 67 16 -
CMYK 0 0.69 0.93 0.15
HSL 15.22º 0.86% 0.46% -
HSV(B) 15.22º 0.93% 0.85% -
XYZ 30.72 18.8 2.5 -
YUV 106.04 77.2 207.15 -
System Red Green Blue C M Y K H S L
Decimal 217 67 16 0 0.69 0.93 0.15 15.22 0.86 0.46
Hex D9 43 10 0 45 5D F F 56 2E
Octal 331 103 20 0 105 135 17 17 126 56
Binary 11011001 1000011 10000 0 1000101 1011101 1111 1111 1010110 101110

Color Harmonies of #D94310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94310

Black with #D94310

Text Example


Text Example

White with #D94310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94310; }

 p { color: rgb(217,67,16); }

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

background-color css

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

 a { background-color: rgb(217,67,16); }

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

border-color css

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

 span { border-color: rgb(217,67,16); }

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