Html Css Color HEX #D94912 Harley Davidson Orange

📋 copy color: '#D94912'

red 217 ◦ green 73 ◦ blue 18

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

Shades of Harley Davidson Orange #D94912

Tints of Harley Davidson Orange #D94912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.7%

 BLUE value IS 18 (7.42% from 255) = 5.84%

R = 70.45%
G = 23.7%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D94912 (or 0xD94912) is known color: Harley Davidson Orange. HEX triplet: D9, 49 and 12. RGB value is (217,73,18). Sum of RGB (Red+Green+Blue) = 217+73+18=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D94912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94912 is #26B6ED. Grayscale: #6E6E6E. Windows color (decimal): -2537198 or 1198553. OLE color: 1198553.

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

Color convert

RGB 217 73 18 -
CMYK 0 0.66 0.92 0.15
HSL 16.58º 0.85% 0.46% -
HSV(B) 16.58º 0.92% 0.85% -
XYZ 31.11 19.56 2.71 -
YUV 109.79 76.21 204.47 -
System Red Green Blue C M Y K H S L
Decimal 217 73 18 0 0.66 0.92 0.15 16.58 0.85 0.46
Hex D9 49 12 0 42 5C F 11 55 2E
Octal 331 111 22 0 102 134 17 21 125 56
Binary 11011001 1001001 10010 0 1000010 1011100 1111 10001 1010101 101110

Color Harmonies of #D94912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94912

Black with #D94912

Text Example


Text Example

White with #D94912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94912; }

 p { color: rgb(217,73,18); }

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

background-color css

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

 a { background-color: rgb(217,73,18); }

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

border-color css

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

 span { border-color: rgb(217,73,18); }

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