Html Css Color HEX #D13622 Harley Davidson Orange

📋 copy color: '#D13622'

red 209 ◦ green 54 ◦ blue 34

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

Shades of Harley Davidson Orange #D13622

Tints of Harley Davidson Orange #D13622

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

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

R = 70.37%
G = 18.18%
B = 11.45%

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

#D13622 (or 0xD13622) is known color: Harley Davidson Orange. HEX triplet: D1, 36 and 22. RGB value is (209,54,34). Sum of RGB (Red+Green+Blue) = 209+54+34=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D13622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13622 is #2EC9DD. Grayscale: #626262. Windows color (decimal): -3066334 or 2242257. OLE color: 2242257.

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

Color convert

RGB 209 54 34 -
CMYK 0 0.74 0.84 0.18
HSL 6.86º 0.72% 0.48% -
HSV(B) 6.86º 0.84% 0.82% -
XYZ 27.9 16.31 3.19 -
YUV 98.07 91.85 207.13 -
System Red Green Blue C M Y K H S L
Decimal 209 54 34 0 0.74 0.84 0.18 6.86 0.72 0.48
Hex D1 36 22 0 4A 54 12 7 48 30
Octal 321 66 42 0 112 124 22 7 110 60
Binary 11010001 110110 100010 0 1001010 1010100 10010 111 1001000 110000

Color Harmonies of #D13622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13622

Black with #D13622

Text Example


Text Example

White with #D13622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13622; }

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

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

background-color css

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

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

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

border-color css

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

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

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