Html Css Color HEX #D64719 Harley Davidson Orange

📋 copy color: '#D64719'

red 214 ◦ green 71 ◦ blue 25

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

Shades of Harley Davidson Orange #D64719

Tints of Harley Davidson Orange #D64719

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.9%

 BLUE value IS 25 (10.16% from 255) = 8.06%

R = 69.03%
G = 22.9%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D64719 (or 0xD64719) is known color: Harley Davidson Orange. HEX triplet: D6, 47 and 19. RGB value is (214,71,25). Sum of RGB (Red+Green+Blue) = 214+71+25=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D64719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64719 is #29B8E6. Grayscale: #6C6C6C. Windows color (decimal): -2734311 or 1656790. OLE color: 1656790.

HSL color Cylindrical-coordinate representation of color #D64719: hue angle of 14.6º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D64719 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 71 25 -
CMYK 0 0.67 0.88 0.16
HSL 14.6º 0.79% 0.47% -
HSV(B) 14.6º 0.88% 0.84% -
XYZ 30.16 18.87 2.97 -
YUV 108.51 80.88 203.24 -
System Red Green Blue C M Y K H S L
Decimal 214 71 25 0 0.67 0.88 0.16 14.6 0.79 0.47
Hex D6 47 19 0 43 58 10 F 4F 2F
Octal 326 107 31 0 103 130 20 17 117 57
Binary 11010110 1000111 11001 0 1000011 1011000 10000 1111 1001111 101111

Color Harmonies of #D64719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64719

Black with #D64719

Text Example


Text Example

White with #D64719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64719; }

 p { color: rgb(214,71,25); }

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

background-color css

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

 a { background-color: rgb(214,71,25); }

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

border-color css

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

 span { border-color: rgb(214,71,25); }

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