Html Css Color HEX #D1380D Harley Davidson Orange

📋 copy color: '#D1380D'

red 209 ◦ green 56 ◦ blue 13

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

Shades of Harley Davidson Orange #D1380D

Tints of Harley Davidson Orange #D1380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.14%

 BLUE value IS 13 (5.47% from 255) = 4.68%

R = 75.18%
G = 20.14%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1380D (or 0xD1380D) is known color: Harley Davidson Orange. HEX triplet: D1, 38 and 0D. RGB value is (209,56,13). Sum of RGB (Red+Green+Blue) = 209+56+13=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D1380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1380D is #2EC7F2. Grayscale: #616161. Windows color (decimal): -3065843 or 866513. OLE color: 866513.

HSL color Cylindrical-coordinate representation of color #D1380D: hue angle of 13.16º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1380D is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 56 13 -
CMYK 0 0.73 0.94 0.18
HSL 13.16º 0.88% 0.44% -
HSV(B) 13.16º 0.94% 0.82% -
XYZ 27.78 16.41 2.08 -
YUV 96.85 80.69 208 -
System Red Green Blue C M Y K H S L
Decimal 209 56 13 0 0.73 0.94 0.18 13.16 0.88 0.44
Hex D1 38 D 0 49 5E 12 D 58 2C
Octal 321 70 15 0 111 136 22 15 130 54
Binary 11010001 111000 1101 0 1001001 1011110 10010 1101 1011000 101100

Color Harmonies of #D1380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1380D

Black with #D1380D

Text Example


Text Example

White with #D1380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1380D; }

 p { color: rgb(209,56,13); }

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

background-color css

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

 a { background-color: rgb(209,56,13); }

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

border-color css

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

 span { border-color: rgb(209,56,13); }

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