Html Css Color HEX #D34116 Harley Davidson Orange

📋 copy color: '#D34116'

red 211 ◦ green 65 ◦ blue 22

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

Shades of Harley Davidson Orange #D34116

Tints of Harley Davidson Orange #D34116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.81%

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

R = 70.81%
G = 21.81%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D34116 (or 0xD34116) is known color: Harley Davidson Orange. HEX triplet: D3, 41 and 16. RGB value is (211,65,22). Sum of RGB (Red+Green+Blue) = 211+65+22=298 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.81% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 211 - color contains mainly: red. Hex color #D34116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34116 is #2CBEE9. Grayscale: #686868. Windows color (decimal): -2932458 or 1458643. OLE color: 1458643.

HSL color Cylindrical-coordinate representation of color #D34116: hue angle of 13.65º 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 #D34116 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 65 22 -
CMYK 0 0.69 0.90 0.17
HSL 13.65º 0.81% 0.46% -
HSV(B) 13.65º 0.9% 0.83% -
XYZ 28.9 17.69 2.65 -
YUV 103.75 81.87 204.5 -
System Red Green Blue C M Y K H S L
Decimal 211 65 22 0 0.69 0.90 0.17 13.65 0.81 0.46
Hex D3 41 16 0 45 5A 11 E 51 2E
Octal 323 101 26 0 105 132 21 16 121 56
Binary 11010011 1000001 10110 0 1000101 1011010 10001 1110 1010001 101110

Color Harmonies of #D34116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34116

Black with #D34116

Text Example


Text Example

White with #D34116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34116; }

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

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

background-color css

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

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

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

border-color css

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

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

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