Html Css Color HEX #D1351D Harley Davidson Orange

📋 copy color: '#D1351D'

red 209 ◦ green 53 ◦ blue 29

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

Shades of Harley Davidson Orange #D1351D

Tints of Harley Davidson Orange #D1351D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.21%

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

R = 71.82%
G = 18.21%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1351D (or 0xD1351D) is known color: Harley Davidson Orange. HEX triplet: D1, 35 and 1D. RGB value is (209,53,29). Sum of RGB (Red+Green+Blue) = 209+53+29=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D1351D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1351D is #2ECAE2. Grayscale: #616161. Windows color (decimal): -3066595 or 1914321. OLE color: 1914321.

HSL color Cylindrical-coordinate representation of color #D1351D: hue angle of 8º 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 #D1351D is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 53 29 -
CMYK 0 0.75 0.86 0.18
HSL 0.76% 0.47% -
HSV(B) 0.86% 0.82% -
XYZ 27.79 16.19 2.82 -
YUV 96.91 89.68 207.95 -
System Red Green Blue C M Y K H S L
Decimal 209 53 29 0 0.75 0.86 0.18 8 0.76 0.47
Hex D1 35 1D 0 4B 56 12 8 4C 2F
Octal 321 65 35 0 113 126 22 10 114 57
Binary 11010001 110101 11101 0 1001011 1010110 10010 1000 1001100 101111

Color Harmonies of #D1351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1351D

Black with #D1351D

Text Example


Text Example

White with #D1351D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1351D; }

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

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

background-color css

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

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

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

border-color css

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

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

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