Html Css Color HEX #D7471C Harley Davidson Orange

📋 copy color: '#D7471C'

red 215 ◦ green 71 ◦ blue 28

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

Shades of Harley Davidson Orange #D7471C

Tints of Harley Davidson Orange #D7471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.92%

R = 68.47%
G = 22.61%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7471C (or 0xD7471C) is known color: Harley Davidson Orange. HEX triplet: D7, 47 and 1C. RGB value is (215,71,28). Sum of RGB (Red+Green+Blue) = 215+71+28=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D7471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7471C is #28B8E3. Grayscale: #6D6D6D. Windows color (decimal): -2668772 or 1853399. OLE color: 1853399.

HSL color Cylindrical-coordinate representation of color #D7471C: hue angle of 13.8º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7471C is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 71 28 -
CMYK 0 0.67 0.87 0.16
HSL 13.8º 0.77% 0.48% -
HSV(B) 13.8º 0.87% 0.84% -
XYZ 30.49 19.04 3.17 -
YUV 109.15 82.21 203.5 -
System Red Green Blue C M Y K H S L
Decimal 215 71 28 0 0.67 0.87 0.16 13.8 0.77 0.48
Hex D7 47 1C 0 43 57 10 E 4D 30
Octal 327 107 34 0 103 127 20 16 115 60
Binary 11010111 1000111 11100 0 1000011 1010111 10000 1110 1001101 110000

Color Harmonies of #D7471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7471C

Black with #D7471C

Text Example


Text Example

White with #D7471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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