Html Css Color HEX #D6471D Harley Davidson Orange

📋 copy color: '#D6471D'

red 214 ◦ green 71 ◦ blue 29

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

Shades of Harley Davidson Orange #D6471D

Tints of Harley Davidson Orange #D6471D

RGB

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

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

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

R = 68.15%
G = 22.61%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6471D (or 0xD6471D) is known color: Harley Davidson Orange. HEX triplet: D6, 47 and 1D. RGB value is (214,71,29). Sum of RGB (Red+Green+Blue) = 214+71+29=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D6471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6471D is #29B8E2. Grayscale: #6D6D6D. Windows color (decimal): -2734307 or 1918934. OLE color: 1918934.

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

Color convert

RGB 214 71 29 -
CMYK 0 0.67 0.86 0.16
HSL 13.62º 0.76% 0.48% -
HSV(B) 13.62º 0.86% 0.84% -
XYZ 30.21 18.89 3.22 -
YUV 108.97 82.88 202.92 -
System Red Green Blue C M Y K H S L
Decimal 214 71 29 0 0.67 0.86 0.16 13.62 0.76 0.48
Hex D6 47 1D 0 43 56 10 E 4C 30
Octal 326 107 35 0 103 126 20 16 114 60
Binary 11010110 1000111 11101 0 1000011 1010110 10000 1110 1001100 110000

Color Harmonies of #D6471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6471D

Black with #D6471D

Text Example


Text Example

White with #D6471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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