Html Css Color HEX #D8471A Harley Davidson Orange

📋 copy color: '#D8471A'

red 216 ◦ green 71 ◦ blue 26

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

Shades of Harley Davidson Orange #D8471A

Tints of Harley Davidson Orange #D8471A

RGB

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

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

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

R = 69.01%
G = 22.68%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8471A (or 0xD8471A) is known color: Harley Davidson Orange. HEX triplet: D8, 47 and 1A. RGB value is (216,71,26). Sum of RGB (Red+Green+Blue) = 216+71+26=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D8471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8471A is #27B8E5. Grayscale: #6D6D6D. Windows color (decimal): -2603238 or 1722328. OLE color: 1722328.

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

Color convert

RGB 216 71 26 -
CMYK 0 0.67 0.88 0.15
HSL 14.21º 0.79% 0.47% -
HSV(B) 14.21º 0.88% 0.85% -
XYZ 30.76 19.18 3.06 -
YUV 109.23 81.04 204.16 -
System Red Green Blue C M Y K H S L
Decimal 216 71 26 0 0.67 0.88 0.15 14.21 0.79 0.47
Hex D8 47 1A 0 43 58 F E 4F 2F
Octal 330 107 32 0 103 130 17 16 117 57
Binary 11011000 1000111 11010 0 1000011 1011000 1111 1110 1001111 101111

Color Harmonies of #D8471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8471A

Black with #D8471A

Text Example


Text Example

White with #D8471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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