Html Css Color HEX #D94410 Harley Davidson Orange

📋 copy color: '#D94410'

red 217 ◦ green 68 ◦ blue 16

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

Shades of Harley Davidson Orange #D94410

Tints of Harley Davidson Orange #D94410

RGB

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

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

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

R = 72.09%
G = 22.59%
B = 5.32%

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

#D94410 (or 0xD94410) is known color: Harley Davidson Orange. HEX triplet: D9, 44 and 10. RGB value is (217,68,16). Sum of RGB (Red+Green+Blue) = 217+68+16=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D94410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94410 is #26BBEF. Grayscale: #6A6A6A. Windows color (decimal): -2538480 or 1066201. OLE color: 1066201.

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

Color convert

RGB 217 68 16 -
CMYK 0 0.69 0.93 0.15
HSL 15.52º 0.86% 0.46% -
HSV(B) 15.52º 0.93% 0.85% -
XYZ 30.78 18.92 2.52 -
YUV 106.62 76.86 206.73 -
System Red Green Blue C M Y K H S L
Decimal 217 68 16 0 0.69 0.93 0.15 15.52 0.86 0.46
Hex D9 44 10 0 45 5D F 10 56 2E
Octal 331 104 20 0 105 135 17 20 126 56
Binary 11011001 1000100 10000 0 1000101 1011101 1111 10000 1010110 101110

Color Harmonies of #D94410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94410

Black with #D94410

Text Example


Text Example

White with #D94410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94410; }

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

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

background-color css

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

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

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

border-color css

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

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

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