Html Css Color HEX #D1491B Harley Davidson Orange

📋 copy color: '#D1491B'

red 209 ◦ green 73 ◦ blue 27

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

Shades of Harley Davidson Orange #D1491B

Tints of Harley Davidson Orange #D1491B

RGB

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

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

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

R = 67.64%
G = 23.62%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1491B (or 0xD1491B) is known color: Harley Davidson Orange. HEX triplet: D1, 49 and 1B. RGB value is (209,73,27). Sum of RGB (Red+Green+Blue) = 209+73+27=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D1491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1491B is #2EB6E4. Grayscale: #6C6C6C. Windows color (decimal): -3061477 or 1788369. OLE color: 1788369.

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

Color convert

RGB 209 73 27 -
CMYK 0 0.65 0.87 0.18
HSL 15.16º 0.77% 0.46% -
HSV(B) 15.16º 0.87% 0.82% -
XYZ 28.87 18.4 3.07 -
YUV 108.42 82.06 199.74 -
System Red Green Blue C M Y K H S L
Decimal 209 73 27 0 0.65 0.87 0.18 15.16 0.77 0.46
Hex D1 49 1B 0 41 57 12 F 4D 2E
Octal 321 111 33 0 101 127 22 17 115 56
Binary 11010001 1001001 11011 0 1000001 1010111 10010 1111 1001101 101110

Color Harmonies of #D1491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1491B

Black with #D1491B

Text Example


Text Example

White with #D1491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1491B; }

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

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

background-color css

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

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

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

border-color css

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

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

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