Html Css Color HEX #D8471E Harley Davidson Orange

📋 copy color: '#D8471E'

red 216 ◦ green 71 ◦ blue 30

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

Shades of Harley Davidson Orange #D8471E

Tints of Harley Davidson Orange #D8471E

RGB

 RED value IS 216 (84.77% from 255) = 68.14%

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

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

R = 68.14%
G = 22.4%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8471E (or 0xD8471E) is known color: Harley Davidson Orange. HEX triplet: D8, 47 and 1E. RGB value is (216,71,30). Sum of RGB (Red+Green+Blue) = 216+71+30=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D8471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8471E is #27B8E1. Grayscale: #6D6D6D. Windows color (decimal): -2603234 or 1984472. OLE color: 1984472.

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

Color convert

RGB 216 71 30 -
CMYK 0 0.67 0.86 0.15
HSL 13.23º 0.76% 0.48% -
HSV(B) 13.23º 0.86% 0.85% -
XYZ 30.81 19.2 3.31 -
YUV 109.68 83.04 203.83 -
System Red Green Blue C M Y K H S L
Decimal 216 71 30 0 0.67 0.86 0.15 13.23 0.76 0.48
Hex D8 47 1E 0 43 56 F D 4C 30
Octal 330 107 36 0 103 126 17 15 114 60
Binary 11011000 1000111 11110 0 1000011 1010110 1111 1101 1001100 110000

Color Harmonies of #D8471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8471E

Black with #D8471E

Text Example


Text Example

White with #D8471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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