Html Css Color HEX #D04322 Harley Davidson Orange

📋 copy color: '#D04322'

red 208 ◦ green 67 ◦ blue 34

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

Shades of Harley Davidson Orange #D04322

Tints of Harley Davidson Orange #D04322

RGB

 RED value IS 208 (81.64% from 255) = 67.31%

 GREEN value IS 67 (26.56% from 255) = 21.68%

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

R = 67.31%
G = 21.68%
B = 11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D04322 (or 0xD04322) is known color: Harley Davidson Orange. HEX triplet: D0, 43 and 22. RGB value is (208,67,34). Sum of RGB (Red+Green+Blue) = 208+67+34=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D04322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04322 is #2FBCDD. Grayscale: #696969. Windows color (decimal): -3128542 or 2245584. OLE color: 2245584.

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

Color convert

RGB 208 67 34 -
CMYK 0 0.68 0.84 0.18
HSL 11.38º 0.72% 0.47% -
HSV(B) 11.38º 0.84% 0.82% -
XYZ 28.31 17.54 3.41 -
YUV 105.4 87.71 201.18 -
System Red Green Blue C M Y K H S L
Decimal 208 67 34 0 0.68 0.84 0.18 11.38 0.72 0.47
Hex D0 43 22 0 44 54 12 B 48 2F
Octal 320 103 42 0 104 124 22 13 110 57
Binary 11010000 1000011 100010 0 1000100 1010100 10010 1011 1001000 101111

Color Harmonies of #D04322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04322

Black with #D04322

Text Example


Text Example

White with #D04322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04322; }

 p { color: rgb(208,67,34); }

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

background-color css

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

 a { background-color: rgb(208,67,34); }

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

border-color css

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

 span { border-color: rgb(208,67,34); }

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