Html Css Color HEX #D64211 Harley Davidson Orange

📋 copy color: '#D64211'

red 214 ◦ green 66 ◦ blue 17

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

Shades of Harley Davidson Orange #D64211

Tints of Harley Davidson Orange #D64211

RGB

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

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

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

R = 72.05%
G = 22.22%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D64211 (or 0xD64211) is known color: Harley Davidson Orange. HEX triplet: D6, 42 and 11. RGB value is (214,66,17). Sum of RGB (Red+Green+Blue) = 214+66+17=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D64211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64211 is #29BDEE. Grayscale: #696969. Windows color (decimal): -2735599 or 1131222. OLE color: 1131222.

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

Color convert

RGB 214 66 17 -
CMYK 0 0.69 0.92 0.16
HSL 14.92º 0.85% 0.45% -
HSV(B) 14.92º 0.92% 0.84% -
XYZ 29.78 18.23 2.48 -
YUV 104.67 78.53 205.98 -
System Red Green Blue C M Y K H S L
Decimal 214 66 17 0 0.69 0.92 0.16 14.92 0.85 0.45
Hex D6 42 11 0 45 5C 10 F 55 2D
Octal 326 102 21 0 105 134 20 17 125 55
Binary 11010110 1000010 10001 0 1000101 1011100 10000 1111 1010101 101101

Color Harmonies of #D64211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64211

Black with #D64211

Text Example


Text Example

White with #D64211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64211; }

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

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

background-color css

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

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

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

border-color css

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

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

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