Html Css Color HEX #D6471A Harley Davidson Orange

📋 copy color: '#D6471A'

red 214 ◦ green 71 ◦ blue 26

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

Shades of Harley Davidson Orange #D6471A

Tints of Harley Davidson Orange #D6471A

RGB

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

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

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

R = 68.81%
G = 22.83%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6471A (or 0xD6471A) is known color: Harley Davidson Orange. HEX triplet: D6, 47 and 1A. RGB value is (214,71,26). Sum of RGB (Red+Green+Blue) = 214+71+26=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D6471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6471A is #29B8E5. Grayscale: #6C6C6C. Windows color (decimal): -2734310 or 1722326. OLE color: 1722326.

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

Color convert

RGB 214 71 26 -
CMYK 0 0.67 0.88 0.16
HSL 14.36º 0.78% 0.47% -
HSV(B) 14.36º 0.88% 0.84% -
XYZ 30.17 18.88 3.03 -
YUV 108.63 81.38 203.16 -
System Red Green Blue C M Y K H S L
Decimal 214 71 26 0 0.67 0.88 0.16 14.36 0.78 0.47
Hex D6 47 1A 0 43 58 10 E 4E 2F
Octal 326 107 32 0 103 130 20 16 116 57
Binary 11010110 1000111 11010 0 1000011 1011000 10000 1110 1001110 101111

Color Harmonies of #D6471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6471A

Black with #D6471A

Text Example


Text Example

White with #D6471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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