Html Css Color HEX #D7471E Harley Davidson Orange

📋 copy color: '#D7471E'

red 215 ◦ green 71 ◦ blue 30

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

Shades of Harley Davidson Orange #D7471E

Tints of Harley Davidson Orange #D7471E

RGB

 RED value IS 215 (84.38% from 255) = 68.04%

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

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

R = 68.04%
G = 22.47%
B = 9.49%

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

#D7471E (or 0xD7471E) is known color: Harley Davidson Orange. HEX triplet: D7, 47 and 1E. RGB value is (215,71,30). Sum of RGB (Red+Green+Blue) = 215+71+30=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D7471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7471E is #28B8E1. Grayscale: #6D6D6D. Windows color (decimal): -2668770 or 1984471. OLE color: 1984471.

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

Color convert

RGB 215 71 30 -
CMYK 0 0.67 0.86 0.16
HSL 13.3º 0.76% 0.48% -
HSV(B) 13.3º 0.86% 0.84% -
XYZ 30.51 19.05 3.3 -
YUV 109.38 83.21 203.33 -
System Red Green Blue C M Y K H S L
Decimal 215 71 30 0 0.67 0.86 0.16 13.3 0.76 0.48
Hex D7 47 1E 0 43 56 10 D 4C 30
Octal 327 107 36 0 103 126 20 15 114 60
Binary 11010111 1000111 11110 0 1000011 1010110 10000 1101 1001100 110000

Color Harmonies of #D7471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7471E

Black with #D7471E

Text Example


Text Example

White with #D7471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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