Html Css Color HEX #D1341D Harley Davidson Orange

📋 copy color: '#D1341D'

red 209 ◦ green 52 ◦ blue 29

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

Shades of Harley Davidson Orange #D1341D

Tints of Harley Davidson Orange #D1341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.93%

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

R = 72.07%
G = 17.93%
B = 10%

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

#D1341D (or 0xD1341D) is known color: Harley Davidson Orange. HEX triplet: D1, 34 and 1D. RGB value is (209,52,29). Sum of RGB (Red+Green+Blue) = 209+52+29=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D1341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1341D is #2ECBE2. Grayscale: #606060. Windows color (decimal): -3066851 or 1914065. OLE color: 1914065.

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

Color convert

RGB 209 52 29 -
CMYK 0 0.75 0.86 0.18
HSL 7.67º 0.76% 0.47% -
HSV(B) 7.67º 0.86% 0.82% -
XYZ 27.74 16.1 2.81 -
YUV 96.32 90.01 208.37 -
System Red Green Blue C M Y K H S L
Decimal 209 52 29 0 0.75 0.86 0.18 7.67 0.76 0.47
Hex D1 34 1D 0 4B 56 12 8 4C 2F
Octal 321 64 35 0 113 126 22 10 114 57
Binary 11010001 110100 11101 0 1001011 1010110 10010 1000 1001100 101111

Color Harmonies of #D1341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1341D

Black with #D1341D

Text Example


Text Example

White with #D1341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1341D; }

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

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

background-color css

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

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

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

border-color css

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

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

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