Html Css Color HEX #D64208 Harley Davidson Orange

📋 copy color: '#D64208'

red 214 ◦ green 66 ◦ blue 8

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

Shades of Harley Davidson Orange #D64208

Tints of Harley Davidson Orange #D64208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.78%

R = 74.31%
G = 22.92%
B = 2.78%

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

#D64208 (or 0xD64208) is known color: Harley Davidson Orange. HEX triplet: D6, 42 and 08. RGB value is (214,66,8). Sum of RGB (Red+Green+Blue) = 214+66+8=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D64208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64208 is #29BDF7. Grayscale: #686868. Windows color (decimal): -2735608 or 541398. OLE color: 541398.

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

Color convert

RGB 214 66 8 -
CMYK 0 0.69 0.96 0.16
HSL 16.89º 0.93% 0.44% -
HSV(B) 16.89º 0.96% 0.84% -
XYZ 29.72 18.21 2.18 -
YUV 103.64 74.03 206.72 -
System Red Green Blue C M Y K H S L
Decimal 214 66 8 0 0.69 0.96 0.16 16.89 0.93 0.44
Hex D6 42 8 0 45 60 10 11 5D 2C
Octal 326 102 10 0 105 140 20 21 135 54
Binary 11010110 1000010 1000 0 1000101 1100000 10000 10001 1011101 101100

Color Harmonies of #D64208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64208

Black with #D64208

Text Example


Text Example

White with #D64208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64208; }

 p { color: rgb(214,66,8); }

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

background-color css

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

 a { background-color: rgb(214,66,8); }

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

border-color css

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

 span { border-color: rgb(214,66,8); }

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