Html Css Color HEX #D94211 Harley Davidson Orange

📋 copy color: '#D94211'

red 217 ◦ green 66 ◦ blue 17

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

Shades of Harley Davidson Orange #D94211

Tints of Harley Davidson Orange #D94211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.67%

R = 72.33%
G = 22%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D94211 (or 0xD94211) is known color: Harley Davidson Orange. HEX triplet: D9, 42 and 11. RGB value is (217,66,17). Sum of RGB (Red+Green+Blue) = 217+66+17=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D94211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94211 is #26BDEE. Grayscale: #696969. Windows color (decimal): -2538991 or 1131225. OLE color: 1131225.

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

Color convert

RGB 217 66 17 -
CMYK 0 0.70 0.92 0.15
HSL 14.7º 0.85% 0.46% -
HSV(B) 14.7º 0.92% 0.85% -
XYZ 30.66 18.69 2.52 -
YUV 105.56 78.03 207.48 -
System Red Green Blue C M Y K H S L
Decimal 217 66 17 0 0.70 0.92 0.15 14.7 0.85 0.46
Hex D9 42 11 0 46 5C F F 55 2E
Octal 331 102 21 0 106 134 17 17 125 56
Binary 11011001 1000010 10001 0 1000110 1011100 1111 1111 1010101 101110

Color Harmonies of #D94211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94211

Black with #D94211

Text Example


Text Example

White with #D94211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94211; }

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

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

background-color css

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

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

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

border-color css

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

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

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