Html Css Color HEX #D64009 Harley Davidson Orange

📋 copy color: '#D64009'

red 214 ◦ green 64 ◦ blue 9

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

Shades of Harley Davidson Orange #D64009

Tints of Harley Davidson Orange #D64009

RGB

 RED value IS 214 (83.98% from 255) = 74.56%

 GREEN value IS 64 (25.39% from 255) = 22.3%

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

R = 74.56%
G = 22.3%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D64009 (or 0xD64009) is known color: Harley Davidson Orange. HEX triplet: D6, 40 and 09. RGB value is (214,64,9). Sum of RGB (Red+Green+Blue) = 214+64+9=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D64009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64009 is #29BFF6. Grayscale: #666666. Windows color (decimal): -2736119 or 606422. OLE color: 606422.

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

Color convert

RGB 214 64 9 -
CMYK 0 0.70 0.96 0.16
HSL 16.1º 0.92% 0.44% -
HSV(B) 16.1º 0.96% 0.84% -
XYZ 29.61 17.98 2.17 -
YUV 102.58 75.2 207.47 -
System Red Green Blue C M Y K H S L
Decimal 214 64 9 0 0.70 0.96 0.16 16.1 0.92 0.44
Hex D6 40 9 0 46 60 10 10 5C 2C
Octal 326 100 11 0 106 140 20 20 134 54
Binary 11010110 1000000 1001 0 1000110 1100000 10000 10000 1011100 101100

Color Harmonies of #D64009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64009

Black with #D64009

Text Example


Text Example

White with #D64009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64009; }

 p { color: rgb(214,64,9); }

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

background-color css

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

 a { background-color: rgb(214,64,9); }

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

border-color css

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

 span { border-color: rgb(214,64,9); }

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