Html Css Color HEX #D7471B Harley Davidson Orange

📋 copy color: '#D7471B'

red 215 ◦ green 71 ◦ blue 27

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

Shades of Harley Davidson Orange #D7471B

Tints of Harley Davidson Orange #D7471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.63%

R = 68.69%
G = 22.68%
B = 8.63%

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

#D7471B (or 0xD7471B) is known color: Harley Davidson Orange. HEX triplet: D7, 47 and 1B. RGB value is (215,71,27). Sum of RGB (Red+Green+Blue) = 215+71+27=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D7471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7471B is #28B8E4. Grayscale: #6D6D6D. Windows color (decimal): -2668773 or 1787863. OLE color: 1787863.

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

Color convert

RGB 215 71 27 -
CMYK 0 0.67 0.87 0.16
HSL 14.04º 0.78% 0.47% -
HSV(B) 14.04º 0.87% 0.84% -
XYZ 30.48 19.03 3.1 -
YUV 109.04 81.71 203.58 -
System Red Green Blue C M Y K H S L
Decimal 215 71 27 0 0.67 0.87 0.16 14.04 0.78 0.47
Hex D7 47 1B 0 43 57 10 E 4E 2F
Octal 327 107 33 0 103 127 20 16 116 57
Binary 11010111 1000111 11011 0 1000011 1010111 10000 1110 1001110 101111

Color Harmonies of #D7471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7471B

Black with #D7471B

Text Example


Text Example

White with #D7471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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