Html Css Color HEX #D64110 Harley Davidson Orange

📋 copy color: '#D64110'

red 214 ◦ green 65 ◦ blue 16

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

Shades of Harley Davidson Orange #D64110

Tints of Harley Davidson Orange #D64110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.03%

 BLUE value IS 16 (6.64% from 255) = 5.42%

R = 72.54%
G = 22.03%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D64110 (or 0xD64110) is known color: Harley Davidson Orange. HEX triplet: D6, 41 and 10. RGB value is (214,65,16). Sum of RGB (Red+Green+Blue) = 214+65+16=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D64110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64110 is #29BEEF. Grayscale: #686868. Windows color (decimal): -2735856 or 1065430. OLE color: 1065430.

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

Color convert

RGB 214 65 16 -
CMYK 0 0.70 0.93 0.16
HSL 14.85º 0.86% 0.45% -
HSV(B) 14.85º 0.93% 0.84% -
XYZ 29.72 18.11 2.42 -
YUV 103.97 78.36 206.48 -
System Red Green Blue C M Y K H S L
Decimal 214 65 16 0 0.70 0.93 0.16 14.85 0.86 0.45
Hex D6 41 10 0 46 5D 10 F 56 2D
Octal 326 101 20 0 106 135 20 17 126 55
Binary 11010110 1000001 10000 0 1000110 1011101 10000 1111 1010110 101101

Color Harmonies of #D64110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64110

Black with #D64110

Text Example


Text Example

White with #D64110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64110; }

 p { color: rgb(214,65,16); }

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

background-color css

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

 a { background-color: rgb(214,65,16); }

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

border-color css

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

 span { border-color: rgb(214,65,16); }

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