Html Css Color HEX #D64309 Harley Davidson Orange

📋 copy color: '#D64309'

red 214 ◦ green 67 ◦ blue 9

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

Shades of Harley Davidson Orange #D64309

Tints of Harley Davidson Orange #D64309

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

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

R = 73.79%
G = 23.1%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D64309 (or 0xD64309) is known color: Harley Davidson Orange. HEX triplet: D6, 43 and 09. RGB value is (214,67,9). Sum of RGB (Red+Green+Blue) = 214+67+9=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D64309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64309 is #29BCF6. Grayscale: #686868. Windows color (decimal): -2735351 or 607190. OLE color: 607190.

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

Color convert

RGB 214 67 9 -
CMYK 0 0.69 0.96 0.16
HSL 16.98º 0.92% 0.44% -
HSV(B) 16.98º 0.96% 0.84% -
XYZ 29.79 18.33 2.23 -
YUV 104.34 74.2 206.22 -
System Red Green Blue C M Y K H S L
Decimal 214 67 9 0 0.69 0.96 0.16 16.98 0.92 0.44
Hex D6 43 9 0 45 60 10 11 5C 2C
Octal 326 103 11 0 105 140 20 21 134 54
Binary 11010110 1000011 1001 0 1000101 1100000 10000 10001 1011100 101100

Color Harmonies of #D64309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64309

Black with #D64309

Text Example


Text Example

White with #D64309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64309; }

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

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

background-color css

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

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

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

border-color css

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

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

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