Html Css Color HEX #D1370D Harley Davidson Orange

📋 copy color: '#D1370D'

red 209 ◦ green 55 ◦ blue 13

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

Shades of Harley Davidson Orange #D1370D

Tints of Harley Davidson Orange #D1370D

RGB

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

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

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

R = 75.45%
G = 19.86%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1370D (or 0xD1370D) is known color: Harley Davidson Orange. HEX triplet: D1, 37 and 0D. RGB value is (209,55,13). Sum of RGB (Red+Green+Blue) = 209+55+13=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D1370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1370D is #2EC8F2. Grayscale: #606060. Windows color (decimal): -3066099 or 866257. OLE color: 866257.

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

Color convert

RGB 209 55 13 -
CMYK 0 0.74 0.94 0.18
HSL 12.86º 0.88% 0.44% -
HSV(B) 12.86º 0.94% 0.82% -
XYZ 27.73 16.32 2.07 -
YUV 96.26 81.02 208.42 -
System Red Green Blue C M Y K H S L
Decimal 209 55 13 0 0.74 0.94 0.18 12.86 0.88 0.44
Hex D1 37 D 0 4A 5E 12 D 58 2C
Octal 321 67 15 0 112 136 22 15 130 54
Binary 11010001 110111 1101 0 1001010 1011110 10010 1101 1011000 101100

Color Harmonies of #D1370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1370D

Black with #D1370D

Text Example


Text Example

White with #D1370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1370D; }

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

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

background-color css

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

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

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

border-color css

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

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

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