Html Css Color HEX #D1491D Harley Davidson Orange

📋 copy color: '#D1491D'

red 209 ◦ green 73 ◦ blue 29

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

Shades of Harley Davidson Orange #D1491D

Tints of Harley Davidson Orange #D1491D

RGB

 RED value IS 209 (82.03% from 255) = 67.2%

 GREEN value IS 73 (28.91% from 255) = 23.47%

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

R = 67.2%
G = 23.47%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1491D (or 0xD1491D) is known color: Harley Davidson Orange. HEX triplet: D1, 49 and 1D. RGB value is (209,73,29). Sum of RGB (Red+Green+Blue) = 209+73+29=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D1491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1491D is #2EB6E2. Grayscale: #6C6C6C. Windows color (decimal): -3061475 or 1919441. OLE color: 1919441.

HSL color Cylindrical-coordinate representation of color #D1491D: hue angle of 14.67º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1491D is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 73 29 -
CMYK 0 0.65 0.86 0.18
HSL 14.67º 0.76% 0.47% -
HSV(B) 14.67º 0.86% 0.82% -
XYZ 28.9 18.41 3.19 -
YUV 108.65 83.06 199.58 -
System Red Green Blue C M Y K H S L
Decimal 209 73 29 0 0.65 0.86 0.18 14.67 0.76 0.47
Hex D1 49 1D 0 41 56 12 F 4C 2F
Octal 321 111 35 0 101 126 22 17 114 57
Binary 11010001 1001001 11101 0 1000001 1010110 10010 1111 1001100 101111

Color Harmonies of #D1491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1491D

Black with #D1491D

Text Example


Text Example

White with #D1491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1491D; }

 p { color: rgb(209,73,29); }

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

background-color css

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

 a { background-color: rgb(209,73,29); }

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

border-color css

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

 span { border-color: rgb(209,73,29); }

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