Html Css Color HEX #D6471E Harley Davidson Orange

📋 copy color: '#D6471E'

red 214 ◦ green 71 ◦ blue 30

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

Shades of Harley Davidson Orange #D6471E

Tints of Harley Davidson Orange #D6471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 67.94%
G = 22.54%
B = 9.52%

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

#D6471E (or 0xD6471E) is known color: Harley Davidson Orange. HEX triplet: D6, 47 and 1E. RGB value is (214,71,30). Sum of RGB (Red+Green+Blue) = 214+71+30=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D6471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6471E is #29B8E1. Grayscale: #6D6D6D. Windows color (decimal): -2734306 or 1984470. OLE color: 1984470.

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

Color convert

RGB 214 71 30 -
CMYK 0 0.67 0.86 0.16
HSL 13.37º 0.75% 0.48% -
HSV(B) 13.37º 0.86% 0.84% -
XYZ 30.22 18.9 3.28 -
YUV 109.08 83.38 202.83 -
System Red Green Blue C M Y K H S L
Decimal 214 71 30 0 0.67 0.86 0.16 13.37 0.75 0.48
Hex D6 47 1E 0 43 56 10 D 4B 30
Octal 326 107 36 0 103 126 20 15 113 60
Binary 11010110 1000111 11110 0 1000011 1010110 10000 1101 1001011 110000

Color Harmonies of #D6471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6471E

Black with #D6471E

Text Example


Text Example

White with #D6471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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