Html Css Color HEX #D64D1A Harley Davidson Orange

📋 copy color: '#D64D1A'

red 214 ◦ green 77 ◦ blue 26

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

Shades of Harley Davidson Orange #D64D1A

Tints of Harley Davidson Orange #D64D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.2%

R = 67.51%
G = 24.29%
B = 8.2%

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

#D64D1A (or 0xD64D1A) is known color: Harley Davidson Orange. HEX triplet: D6, 4D and 1A. RGB value is (214,77,26). Sum of RGB (Red+Green+Blue) = 214+77+26=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64D1A is #29B2E5. Grayscale: #707070. Windows color (decimal): -2732774 or 1723862. OLE color: 1723862.

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

Color convert

RGB 214 77 26 -
CMYK 0 0.64 0.88 0.16
HSL 16.28º 0.78% 0.47% -
HSV(B) 16.28º 0.88% 0.84% -
XYZ 30.57 19.68 3.16 -
YUV 112.15 79.39 200.65 -
System Red Green Blue C M Y K H S L
Decimal 214 77 26 0 0.64 0.88 0.16 16.28 0.78 0.47
Hex D6 4D 1A 0 40 58 10 10 4E 2F
Octal 326 115 32 0 100 130 20 20 116 57
Binary 11010110 1001101 11010 0 1000000 1011000 10000 10000 1001110 101111

Color Harmonies of #D64D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D1A

Black with #D64D1A

Text Example


Text Example

White with #D64D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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