Html Css Color HEX #D34716 Harley Davidson Orange

📋 copy color: '#D34716'

red 211 ◦ green 71 ◦ blue 22

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

Shades of Harley Davidson Orange #D34716

Tints of Harley Davidson Orange #D34716

RGB

 RED value IS 211 (82.81% from 255) = 69.41%

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

 BLUE value IS 22 (8.98% from 255) = 7.24%

R = 69.41%
G = 23.36%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D34716 (or 0xD34716) is known color: Harley Davidson Orange. HEX triplet: D3, 47 and 16. RGB value is (211,71,22). Sum of RGB (Red+Green+Blue) = 211+71+22=304 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.41% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 211 - color contains mainly: red. Hex color #D34716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34716 is #2CB8E9. Grayscale: #6B6B6B. Windows color (decimal): -2930922 or 1460179. OLE color: 1460179.

HSL color Cylindrical-coordinate representation of color #D34716: hue angle of 15.56º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D34716 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 71 22 -
CMYK 0 0.66 0.90 0.17
HSL 15.56º 0.81% 0.46% -
HSV(B) 15.56º 0.9% 0.83% -
XYZ 29.26 18.41 2.77 -
YUV 107.27 79.88 201.98 -
System Red Green Blue C M Y K H S L
Decimal 211 71 22 0 0.66 0.90 0.17 15.56 0.81 0.46
Hex D3 47 16 0 42 5A 11 10 51 2E
Octal 323 107 26 0 102 132 21 20 121 56
Binary 11010011 1000111 10110 0 1000010 1011010 10001 10000 1010001 101110

Color Harmonies of #D34716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34716

Black with #D34716

Text Example


Text Example

White with #D34716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34716; }

 p { color: rgb(211,71,22); }

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

background-color css

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

 a { background-color: rgb(211,71,22); }

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

border-color css

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

 span { border-color: rgb(211,71,22); }

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