Html Css Color HEX #D64D19 Harley Davidson Orange

📋 copy color: '#D64D19'

red 214 ◦ green 77 ◦ blue 25

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

Shades of Harley Davidson Orange #D64D19

Tints of Harley Davidson Orange #D64D19

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.37%

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

R = 67.72%
G = 24.37%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D64D19 (or 0xD64D19) is known color: Harley Davidson Orange. HEX triplet: D6, 4D and 19. RGB value is (214,77,25). Sum of RGB (Red+Green+Blue) = 214+77+25=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64D19 is #29B2E6. Grayscale: #707070. Windows color (decimal): -2732775 or 1658326. OLE color: 1658326.

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

Color convert

RGB 214 77 25 -
CMYK 0 0.64 0.88 0.16
HSL 16.51º 0.79% 0.47% -
HSV(B) 16.51º 0.88% 0.84% -
XYZ 30.56 19.67 3.11 -
YUV 112.04 78.89 200.73 -
System Red Green Blue C M Y K H S L
Decimal 214 77 25 0 0.64 0.88 0.16 16.51 0.79 0.47
Hex D6 4D 19 0 40 58 10 11 4F 2F
Octal 326 115 31 0 100 130 20 21 117 57
Binary 11010110 1001101 11001 0 1000000 1011000 10000 10001 1001111 101111

Color Harmonies of #D64D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D19

Black with #D64D19

Text Example


Text Example

White with #D64D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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