Html Css Color HEX #D94409 Harley Davidson Orange

📋 copy color: '#D94409'

red 217 ◦ green 68 ◦ blue 9

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

Shades of Harley Davidson Orange #D94409

Tints of Harley Davidson Orange #D94409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.06%

R = 73.81%
G = 23.13%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D94409 (or 0xD94409) is known color: Harley Davidson Orange. HEX triplet: D9, 44 and 09. RGB value is (217,68,9). Sum of RGB (Red+Green+Blue) = 217+68+9=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D94409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94409 is #26BBF6. Grayscale: #6A6A6A. Windows color (decimal): -2538487 or 607449. OLE color: 607449.

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

Color convert

RGB 217 68 9 -
CMYK 0 0.69 0.96 0.15
HSL 17.02º 0.92% 0.44% -
HSV(B) 17.02º 0.96% 0.85% -
XYZ 30.73 18.91 2.29 -
YUV 105.83 73.36 207.3 -
System Red Green Blue C M Y K H S L
Decimal 217 68 9 0 0.69 0.96 0.15 17.02 0.92 0.44
Hex D9 44 9 0 45 60 F 11 5C 2C
Octal 331 104 11 0 105 140 17 21 134 54
Binary 11011001 1000100 1001 0 1000101 1100000 1111 10001 1011100 101100

Color Harmonies of #D94409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94409

Black with #D94409

Text Example


Text Example

White with #D94409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94409; }

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

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

background-color css

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

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

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

border-color css

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

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

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