Html Css Color HEX #D64A1D Harley Davidson Orange

📋 copy color: '#D64A1D'

red 214 ◦ green 74 ◦ blue 29

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

Shades of Harley Davidson Orange #D64A1D

Tints of Harley Davidson Orange #D64A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.34%

 BLUE value IS 29 (11.72% from 255) = 9.15%

R = 67.51%
G = 23.34%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D64A1D (or 0xD64A1D) is known color: Harley Davidson Orange. HEX triplet: D6, 4A and 1D. RGB value is (214,74,29). Sum of RGB (Red+Green+Blue) = 214+74+29=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A1D is #29B5E2. Grayscale: #6F6F6F. Windows color (decimal): -2733539 or 1919702. OLE color: 1919702.

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

Color convert

RGB 214 74 29 -
CMYK 0 0.65 0.86 0.16
HSL 14.59º 0.76% 0.48% -
HSV(B) 14.59º 0.86% 0.84% -
XYZ 30.4 19.28 3.28 -
YUV 110.73 81.88 201.66 -
System Red Green Blue C M Y K H S L
Decimal 214 74 29 0 0.65 0.86 0.16 14.59 0.76 0.48
Hex D6 4A 1D 0 41 56 10 F 4C 30
Octal 326 112 35 0 101 126 20 17 114 60
Binary 11010110 1001010 11101 0 1000001 1010110 10000 1111 1001100 110000

Color Harmonies of #D64A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64A1D

Black with #D64A1D

Text Example


Text Example

White with #D64A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64A1D; }

 p { color: rgb(214,74,29); }

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

background-color css

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

 a { background-color: rgb(214,74,29); }

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

border-color css

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

 span { border-color: rgb(214,74,29); }

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