Html Css Color HEX #D13117 Harley Davidson Orange

📋 copy color: '#D13117'

red 209 ◦ green 49 ◦ blue 23

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

Shades of Harley Davidson Orange #D13117

Tints of Harley Davidson Orange #D13117

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.44%

 BLUE value IS 23 (9.38% from 255) = 8.19%

R = 74.38%
G = 17.44%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D13117 (or 0xD13117) is known color: Harley Davidson Orange. HEX triplet: D1, 31 and 17. RGB value is (209,49,23). Sum of RGB (Red+Green+Blue) = 209+49+23=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D13117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13117 is #2ECEE8. Grayscale: #5E5E5E. Windows color (decimal): -3067625 or 1520081. OLE color: 1520081.

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

Color convert

RGB 209 49 23 -
CMYK 0 0.77 0.89 0.18
HSL 8.39º 0.8% 0.45% -
HSV(B) 8.39º 0.89% 0.82% -
XYZ 27.55 15.81 2.41 -
YUV 93.88 88.01 210.11 -
System Red Green Blue C M Y K H S L
Decimal 209 49 23 0 0.77 0.89 0.18 8.39 0.8 0.45
Hex D1 31 17 0 4D 59 12 8 50 2D
Octal 321 61 27 0 115 131 22 10 120 55
Binary 11010001 110001 10111 0 1001101 1011001 10010 1000 1010000 101101

Color Harmonies of #D13117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13117

Black with #D13117

Text Example


Text Example

White with #D13117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13117; }

 p { color: rgb(209,49,23); }

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

background-color css

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

 a { background-color: rgb(209,49,23); }

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

border-color css

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

 span { border-color: rgb(209,49,23); }

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