Html Css Color HEX #D13715 Harley Davidson Orange

📋 copy color: '#D13715'

red 209 ◦ green 55 ◦ blue 21

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

Shades of Harley Davidson Orange #D13715

Tints of Harley Davidson Orange #D13715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.37%

R = 73.33%
G = 19.3%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D13715 (or 0xD13715) is known color: Harley Davidson Orange. HEX triplet: D1, 37 and 15. RGB value is (209,55,21). Sum of RGB (Red+Green+Blue) = 209+55+21=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D13715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13715 is #2EC8EA. Grayscale: #616161. Windows color (decimal): -3066091 or 1390545. OLE color: 1390545.

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

Color convert

RGB 209 55 21 -
CMYK 0 0.74 0.90 0.18
HSL 10.85º 0.82% 0.45% -
HSV(B) 10.85º 0.9% 0.82% -
XYZ 27.8 16.34 2.4 -
YUV 97.17 85.02 207.76 -
System Red Green Blue C M Y K H S L
Decimal 209 55 21 0 0.74 0.90 0.18 10.85 0.82 0.45
Hex D1 37 15 0 4A 5A 12 B 52 2D
Octal 321 67 25 0 112 132 22 13 122 55
Binary 11010001 110111 10101 0 1001010 1011010 10010 1011 1010010 101101

Color Harmonies of #D13715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13715

Black with #D13715

Text Example


Text Example

White with #D13715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13715; }

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

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

background-color css

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

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

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

border-color css

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

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

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