Html Css Color HEX #D63722 Harley Davidson Orange

📋 copy color: '#D63722'

red 214 ◦ green 55 ◦ blue 34

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

Shades of Harley Davidson Orange #D63722

Tints of Harley Davidson Orange #D63722

RGB

 RED value IS 214 (83.98% from 255) = 70.63%

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

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

R = 70.63%
G = 18.15%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D63722 (or 0xD63722) is known color: Harley Davidson Orange. HEX triplet: D6, 37 and 22. RGB value is (214,55,34). Sum of RGB (Red+Green+Blue) = 214+55+34=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D63722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63722 is #29C8DD. Grayscale: #646464. Windows color (decimal): -2738398 or 2242518. OLE color: 2242518.

HSL color Cylindrical-coordinate representation of color #D63722: hue angle of 7º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D63722 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 55 34 -
CMYK 0 0.74 0.84 0.16
HSL 0.73% 0.49% -
HSV(B) 0.84% 0.84% -
XYZ 29.39 17.14 3.27 -
YUV 100.15 90.68 209.21 -
System Red Green Blue C M Y K H S L
Decimal 214 55 34 0 0.74 0.84 0.16 7 0.73 0.49
Hex D6 37 22 0 4A 54 10 7 49 31
Octal 326 67 42 0 112 124 20 7 111 61
Binary 11010110 110111 100010 0 1001010 1010100 10000 111 1001001 110001

Color Harmonies of #D63722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63722

Black with #D63722

Text Example


Text Example

White with #D63722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63722; }

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

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

background-color css

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

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

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

border-color css

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

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

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