Html Css Color HEX #D13719 Harley Davidson Orange

📋 copy color: '#D13719'

red 209 ◦ green 55 ◦ blue 25

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

Shades of Harley Davidson Orange #D13719

Tints of Harley Davidson Orange #D13719

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.03%

 BLUE value IS 25 (10.16% from 255) = 8.65%

R = 72.32%
G = 19.03%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D13719 (or 0xD13719) is known color: Harley Davidson Orange. HEX triplet: D1, 37 and 19. RGB value is (209,55,25). Sum of RGB (Red+Green+Blue) = 209+55+25=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D13719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13719 is #2EC8E6. Grayscale: #616161. Windows color (decimal): -3066087 or 1652689. OLE color: 1652689.

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

Color convert

RGB 209 55 25 -
CMYK 0 0.74 0.88 0.18
HSL 9.78º 0.79% 0.46% -
HSV(B) 9.78º 0.88% 0.82% -
XYZ 27.84 16.36 2.61 -
YUV 97.63 87.02 207.44 -
System Red Green Blue C M Y K H S L
Decimal 209 55 25 0 0.74 0.88 0.18 9.78 0.79 0.46
Hex D1 37 19 0 4A 58 12 A 4F 2E
Octal 321 67 31 0 112 130 22 12 117 56
Binary 11010001 110111 11001 0 1001010 1011000 10010 1010 1001111 101110

Color Harmonies of #D13719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13719

Black with #D13719

Text Example


Text Example

White with #D13719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13719; }

 p { color: rgb(209,55,25); }

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

background-color css

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

 a { background-color: rgb(209,55,25); }

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

border-color css

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

 span { border-color: rgb(209,55,25); }

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