Html Css Color HEX #D9461D Harley Davidson Orange

📋 copy color: '#D9461D'

red 217 ◦ green 70 ◦ blue 29

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

Shades of Harley Davidson Orange #D9461D

Tints of Harley Davidson Orange #D9461D

RGB

 RED value IS 217 (85.16% from 255) = 68.67%

 GREEN value IS 70 (27.73% from 255) = 22.15%

 BLUE value IS 29 (11.72% from 255) = 9.18%

R = 68.67%
G = 22.15%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9461D (or 0xD9461D) is known color: Harley Davidson Orange. HEX triplet: D9, 46 and 1D. RGB value is (217,70,29). Sum of RGB (Red+Green+Blue) = 217+70+29=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D9461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9461D is #26B9E2. Grayscale: #6D6D6D. Windows color (decimal): -2537955 or 1918681. OLE color: 1918681.

HSL color Cylindrical-coordinate representation of color #D9461D: hue angle of 13.09º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9461D is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 70 29 -
CMYK 0 0.68 0.87 0.15
HSL 13.09º 0.76% 0.48% -
HSV(B) 13.09º 0.87% 0.85% -
XYZ 31.03 19.22 3.24 -
YUV 109.28 82.7 204.83 -
System Red Green Blue C M Y K H S L
Decimal 217 70 29 0 0.68 0.87 0.15 13.09 0.76 0.48
Hex D9 46 1D 0 44 57 F D 4C 30
Octal 331 106 35 0 104 127 17 15 114 60
Binary 11011001 1000110 11101 0 1000100 1010111 1111 1101 1001100 110000

Color Harmonies of #D9461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9461D

Black with #D9461D

Text Example


Text Example

White with #D9461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9461D; }

 p { color: rgb(217,70,29); }

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

background-color css

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

 a { background-color: rgb(217,70,29); }

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

border-color css

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

 span { border-color: rgb(217,70,29); }

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