Html Css Color HEX #D13722 Harley Davidson Orange

📋 copy color: '#D13722'

red 209 ◦ green 55 ◦ blue 34

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

Shades of Harley Davidson Orange #D13722

Tints of Harley Davidson Orange #D13722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.41%

R = 70.13%
G = 18.46%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D13722 (or 0xD13722) is known color: Harley Davidson Orange. HEX triplet: D1, 37 and 22. RGB value is (209,55,34). Sum of RGB (Red+Green+Blue) = 209+55+34=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D13722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13722 is #2EC8DD. Grayscale: #626262. Windows color (decimal): -3066078 or 2242513. OLE color: 2242513.

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

Color convert

RGB 209 55 34 -
CMYK 0 0.74 0.84 0.18
HSL 7.2º 0.72% 0.48% -
HSV(B) 7.2º 0.84% 0.82% -
XYZ 27.95 16.4 3.21 -
YUV 98.65 91.52 206.71 -
System Red Green Blue C M Y K H S L
Decimal 209 55 34 0 0.74 0.84 0.18 7.2 0.72 0.48
Hex D1 37 22 0 4A 54 12 7 48 30
Octal 321 67 42 0 112 124 22 7 110 60
Binary 11010001 110111 100010 0 1001010 1010100 10010 111 1001000 110000

Color Harmonies of #D13722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13722

Black with #D13722

Text Example


Text Example

White with #D13722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13722; }

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

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

background-color css

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

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

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

border-color css

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

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

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